home *** CD-ROM | disk | FTP | other *** search
/ Personal Computer World 2007 September / PCWSEP07.iso / Software / Linux / Linux Mint 3.0 Light / LinuxMint-3.0-Light.iso / casper / filesystem.squashfs / etc / brltty / brltty-pm.conf < prev    next >
Encoding:
Text File  |  2006-10-11  |  551.6 KB  |  6,091 lines

  1. # --------------------------------------------
  2. # Terminal Parameters:
  3. identification = 0
  4. terminal = "BrailleX Compact 486"
  5. helpfile = "brltty-pm-c_486.hlp"
  6. displaysize = 40
  7. frontkeys = 9
  8. # Modifier Keys:
  9. modifier = front 1
  10. modifier = front 9
  11. modifier = front 2
  12. modifier = front 8
  13. # Command Definitions:
  14. CMD_FWINLT = front 1 # go left one window
  15. CMD_FWINRT = front 9 # go right one window
  16. CMD_HWINLT = front 2 # go left half a window
  17. CMD_HWINRT = front 8 # go right half a window
  18. CMD_HOME = front 5 # go to cursor
  19. CMD_LNBEG = front 1 and front 5 # go to beginning of line
  20. CMD_LNEND = front 9 and front 5 # go to end of line
  21. CMD_CHRLT = front 2 and front 5 # go left one character
  22. CMD_CHRRT = front 8 and front 5 # go right one character
  23. CMD_WINUP = front 4 # go up several lines
  24. CMD_PRDIFLN = front 1 and front 4 # go up to nearest line with different content
  25. CMD_ATTRUP = front 9 and front 4 # go up to nearest line with different highlighting
  26. CMD_PRPGRPH = front 2 and front 4 # go up to last line of previous paragraph
  27. CMD_PRSEARCH = front 8 and front 4 # search backward for content of cut buffer
  28. CMD_WINDN = front 6 # go down several lines
  29. CMD_NXDIFLN = front 1 and front 6 # go down to nearest line with different content
  30. CMD_ATTRDN = front 9 and front 6 # go down to nearest line with different highlighting
  31. CMD_NXPGRPH = front 2 and front 6 # go down to first line of next paragraph
  32. CMD_NXSEARCH = front 8 and front 6 # search forward for content of cut buffer
  33. CMD_LNUP = front 3 # go up one line
  34. CMD_TOP_LEFT = front 1 and front 3 # go to top-left corner
  35. CMD_TOP = front 9 and front 3 # go to top line
  36. CMD_LNDN = front 7 # go down one line
  37. CMD_BOT_LEFT = front 1 and front 7 # go to bottom-left corner
  38. CMD_BOT = front 9 and front 7 # go to bottom line
  39. BLK_ROUTE = routing1 # bring cursor to character
  40. BLK_CUTBEGIN = front 1 and routing1 # start new cut buffer at character
  41. BLK_CUTRECT = front 9 and routing1 # rectangular cut to character
  42. BLK_PRINDENT = front 2 and routing1 # go up to nearest line without greater indent
  43. BLK_NXINDENT = front 8 and routing1 # go down to nearest line without greater indent
  44. CMD_PASTE = front 1 and front 9 # insert cut buffer at cursor
  45. # --------------------------------------------
  46. # Terminal Parameters:
  47. identification = 1
  48. terminal = "BrailleX 2D Lite (plus)"
  49. helpfile = "brltty-pm-2d_l.hlp"
  50. displaysize = 40
  51. statuscells = 13
  52. frontkeys = 9
  53. # Status Cells:
  54. # flag: left half is cell number, right half is no/all dots for off/on
  55. # horiz: horizontal two-digit number (for vertical status display)
  56. # number: vertical two-digit number (for horizontal status display)
  57. status 1 = horiz GSC_BRLROW # screen row where top of braille window is
  58. status 3 = horiz GSC_CSRROW # screen row where cursor is
  59. status 4 = horiz GSC_CSRCOL # screen column where cursor is
  60. status 6 = flag GSC_CSRTRK # cursor tracking
  61. status 7 = flag GSC_DISPMD # attributes display
  62. status 8 = flag GSC_FREEZE # frozen screen
  63. status 11 = flag GSC_CSRVIS # visible cursor
  64. status 12 = flag GSC_ATTRVIS # visible attributes underline
  65. # Modifier Keys:
  66. modifier = front 1
  67. modifier = front 9
  68. modifier = front 2
  69. modifier = front 8
  70. # Command Definitions:
  71. CMD_FWINLT = front 1 # go left one window
  72. CMD_FWINRT = front 9 # go right one window
  73. CMD_HWINLT = front 2 # go left half a window
  74. CMD_HWINRT = front 8 # go right half a window
  75. CMD_HOME = front 5 # go to cursor
  76. CMD_LNBEG = front 1 and front 5 # go to beginning of line
  77. CMD_LNEND = front 9 and front 5 # go to end of line
  78. CMD_CHRLT = front 2 and front 5 # go left one character
  79. CMD_CHRRT = front 8 and front 5 # go right one character
  80. CMD_WINUP = front 4 # go up several lines
  81. CMD_PRDIFLN = front 1 and front 4 # go up to nearest line with different content
  82. CMD_ATTRUP = front 9 and front 4 # go up to nearest line with different highlighting
  83. CMD_PRPGRPH = front 2 and front 4 # go up to last line of previous paragraph
  84. CMD_PRSEARCH = front 8 and front 4 # search backward for content of cut buffer
  85. CMD_WINDN = front 6 # go down several lines
  86. CMD_NXDIFLN = front 1 and front 6 # go down to nearest line with different content
  87. CMD_ATTRDN = front 9 and front 6 # go down to nearest line with different highlighting
  88. CMD_NXPGRPH = front 2 and front 6 # go down to first line of next paragraph
  89. CMD_NXSEARCH = front 8 and front 6 # search forward for content of cut buffer
  90. CMD_LNUP = front 3 # go up one line
  91. CMD_TOP_LEFT = front 1 and front 3 # go to top-left corner
  92. CMD_TOP = front 9 and front 3 # go to top line
  93. CMD_LNDN = front 7 # go down one line
  94. CMD_BOT_LEFT = front 1 and front 7 # go to bottom-left corner
  95. CMD_BOT = front 9 and front 7 # go to bottom line
  96. BLK_ROUTE = routing1 # bring cursor to character
  97. BLK_CUTBEGIN = front 1 and routing1 # start new cut buffer at character
  98. BLK_CUTRECT = front 9 and routing1 # rectangular cut to character
  99. BLK_PRINDENT = front 2 and routing1 # go up to nearest line without greater indent
  100. BLK_NXINDENT = front 8 and routing1 # go down to nearest line without greater indent
  101. CMD_PASTE = front 1 and front 9 # insert cut buffer at cursor
  102. CMD_HELP = status 1 # enter/leave help display
  103. CMD_HELP off = front 1 and status 1 # leave help display
  104. CMD_HELP on = front 9 and status 1 # enter help display
  105. CMD_LEARN = status 2 # enter/leave command learn mode
  106. CMD_CSRJMP_VERT = status 3 # bring cursor to line (no horizontal motion)
  107. CMD_BACK = status 4 # go back (undo unexpected cursor tracking motion)
  108. CMD_INFO = status 5 # enter/leave status display
  109. CMD_INFO off = front 1 and status 5 # leave status display
  110. CMD_INFO on = front 9 and status 5 # enter status display
  111. CMD_CSRTRK = status 6 # toggle cursor tracking on/off
  112. CMD_CSRTRK off = front 1 and status 6 # set cursor tracking off
  113. CMD_CSRTRK on = front 9 and status 6 # set cursor tracking on
  114. CMD_DISPMD = status 7 # toggle display mode attributes/text
  115. CMD_DISPMD off = front 1 and status 7 # set display mode text
  116. CMD_DISPMD on = front 9 and status 7 # set display mode attributes
  117. CMD_FREEZE = status 8 # toggle screen mode frozen/live
  118. CMD_FREEZE off = front 1 and status 8 # set screen mode live
  119. CMD_FREEZE on = front 9 and status 8 # set screen mode frozen
  120. CMD_PREFMENU = status 9 # enter/leave preferences menu
  121. CMD_PREFLOAD = status 10 # restore saved preferences
  122. CMD_CSRVIS = status 11 # toggle cursor visibility on/off
  123. CMD_CSRVIS off = front 1 and status 11 # set cursor visibility off
  124. CMD_CSRVIS on = front 9 and status 11 # set cursor visibility on
  125. CMD_ATTRVIS = status 12 # toggle attribute underlining on/off
  126. CMD_ATTRVIS off = front 1 and status 12 # set attribute underlining off
  127. CMD_ATTRVIS on = front 9 and status 12 # set attribute underlining on
  128. CMD_PASTE = status 13 # insert cut buffer at cursor
  129. # --------------------------------------------
  130. # Terminal Parameters:
  131. identification = 2
  132. terminal = "BrailleX Compact/Tiny"
  133. helpfile = "brltty-pm-c.hlp"
  134. displaysize = 40
  135. frontkeys = 9
  136. # Modifier Keys:
  137. modifier = front 1
  138. modifier = front 9
  139. modifier = front 2
  140. modifier = front 8
  141. # Command Definitions:
  142. CMD_FWINLT = front 1 # go left one window
  143. CMD_FWINRT = front 9 # go right one window
  144. CMD_HWINLT = front 2 # go left half a window
  145. CMD_HWINRT = front 8 # go right half a window
  146. CMD_HOME = front 5 # go to cursor
  147. CMD_LNBEG = front 1 and front 5 # go to beginning of line
  148. CMD_LNEND = front 9 and front 5 # go to end of line
  149. CMD_CHRLT = front 2 and front 5 # go left one character
  150. CMD_CHRRT = front 8 and front 5 # go right one character
  151. CMD_WINUP = front 4 # go up several lines
  152. CMD_PRDIFLN = front 1 and front 4 # go up to nearest line with different content
  153. CMD_ATTRUP = front 9 and front 4 # go up to nearest line with different highlighting
  154. CMD_PRPGRPH = front 2 and front 4 # go up to last line of previous paragraph
  155. CMD_PRSEARCH = front 8 and front 4 # search backward for content of cut buffer
  156. CMD_WINDN = front 6 # go down several lines
  157. CMD_NXDIFLN = front 1 and front 6 # go down to nearest line with different content
  158. CMD_ATTRDN = front 9 and front 6 # go down to nearest line with different highlighting
  159. CMD_NXPGRPH = front 2 and front 6 # go down to first line of next paragraph
  160. CMD_NXSEARCH = front 8 and front 6 # search forward for content of cut buffer
  161. CMD_LNUP = front 3 # go up one line
  162. CMD_TOP_LEFT = front 1 and front 3 # go to top-left corner
  163. CMD_TOP = front 9 and front 3 # go to top line
  164. CMD_LNDN = front 7 # go down one line
  165. CMD_BOT_LEFT = front 1 and front 7 # go to bottom-left corner
  166. CMD_BOT = front 9 and front 7 # go to bottom line
  167. BLK_ROUTE = routing1 # bring cursor to character
  168. BLK_CUTBEGIN = front 1 and routing1 # start new cut buffer at character
  169. BLK_CUTRECT = front 9 and routing1 # rectangular cut to character
  170. BLK_PRINDENT = front 2 and routing1 # go up to nearest line without greater indent
  171. BLK_NXINDENT = front 8 and routing1 # go down to nearest line without greater indent
  172. CMD_PASTE = front 1 and front 9 # insert cut buffer at cursor
  173. # --------------------------------------------
  174. # Terminal Parameters:
  175. identification = 3
  176. terminal = "BrailleX 2D Screen Soft"
  177. helpfile = "brltty-pm-2d_s.hlp"
  178. displaysize = 80
  179. statuscells = 22
  180. frontkeys = 13
  181. # Status Cells:
  182. # flag: left half is cell number, right half is no/all dots for off/on
  183. # horiz: horizontal two-digit number (for vertical status display)
  184. # number: vertical two-digit number (for horizontal status display)
  185. status 1 = horiz GSC_BRLROW # screen row where top of braille window is
  186. status 3 = horiz GSC_CSRROW # screen row where cursor is
  187. status 4 = horiz GSC_CSRCOL # screen column where cursor is
  188. status 6 = flag GSC_CSRTRK # cursor tracking
  189. status 7 = flag GSC_DISPMD # attributes display
  190. status 8 = flag GSC_FREEZE # frozen screen
  191. status 10 = horiz GSC_SCRNUM # virtual screen number
  192. status 12 = flag GSC_CSRVIS # visible cursor
  193. status 13 = flag GSC_ATTRVIS # visible attributes underline
  194. status 14 = flag GSC_CAPBLINK # blinking capital letters
  195. status 15 = flag GSC_SIXDOTS # six-dot braille
  196. status 16 = flag GSC_SKPIDLNS # skip identical lines
  197. status 17 = flag GSC_TUNES # alert tunes
  198. status 19 = flag GSC_INPUT # input mode
  199. status 20 = flag GSC_AUTOSPEAK # autospeak
  200. status 21 = flag GSC_AUTOREPEAT # autorepeat
  201. # Modifier Keys:
  202. modifier = front 4
  203. modifier = front 3
  204. modifier = front 2
  205. modifier = front 10
  206. modifier = front 11
  207. modifier = front 12
  208. modifier = front 1
  209. modifier = front 13
  210. # Command Definitions:
  211. CMD_HOME = front 7 # go to cursor
  212. CMD_TOP = front 6 # go to top line
  213. CMD_BOT = front 8 # go to bottom line
  214. CMD_LNUP = front 5 # go up one line
  215. CMD_LNDN = front 9 # go down one line
  216. CMD_PRDIFLN = front 4 # go up to nearest line with different content
  217. CMD_NXDIFLN = front 10 # go down to nearest line with different content
  218. CMD_ATTRUP = front 3 # go up to nearest line with different highlighting
  219. CMD_ATTRDN = front 11 # go down to nearest line with different highlighting
  220. CMD_PRPGRPH = front 2 # go up to last line of previous paragraph
  221. CMD_NXPGRPH = front 12 # go down to first line of next paragraph
  222. CMD_PRPROMPT = front 1 # go up to previous command prompt
  223. CMD_NXPROMPT = front 13 # go down to next command prompt
  224. CMD_WINUP = front 4 and front 3 # go up several lines
  225. CMD_WINDN = front 10 and front 11 # go down several lines
  226. CMD_PRSEARCH = front 2 and front 1 # search backward for content of cut buffer
  227. CMD_NXSEARCH = front 12 and front 13 # search forward for content of cut buffer
  228. BLK_PRINDENT = front 2 and front 1 and routing1 # go up to nearest line without greater indent
  229. BLK_NXINDENT = front 12 and front 13 and routing1 # go down to nearest line without greater indent
  230. CMD_LNBEG = front 4 and front 7 # go to beginning of line
  231. CMD_TOP_LEFT = front 4 and front 6 # go to top-left corner
  232. CMD_BOT_LEFT = front 4 and front 8 # go to bottom-left corner
  233. CMD_FWINLT = front 4 and front 5 # go left one window
  234. CMD_FWINRT = front 4 and front 9 # go right one window
  235. BLK_DESCCHAR = front 4 and routing1 # describe character
  236. CMD_LNEND = front 10 and front 7 # go to end of line
  237. CMD_CHRLT = front 10 and front 6 # go left one character
  238. CMD_CHRRT = front 10 and front 8 # go right one character
  239. CMD_HWINLT = front 10 and front 5 # go left half a window
  240. CMD_HWINRT = front 10 and front 9 # go right half a window
  241. BLK_SETLEFT = front 10 and routing1 # position left end of window at character
  242. KEY_INSERT = front 3 and front 7 # send insert key
  243. KEY_PAGE_UP = front 3 and front 6 # send page-up key
  244. KEY_PAGE_DOWN = front 3 and front 8 # send page-down key
  245. KEY_CURSOR_UP = front 3 and front 5 # send cursor-up key
  246. KEY_CURSOR_DOWN = front 3 and front 9 # send cursor-down key
  247. BLK_SWITCHVT = front 3 and routing1 # switch to virtual terminal
  248. KEY_DELETE = front 11 and front 7 # send delete key
  249. KEY_HOME = front 11 and front 6 # send home key
  250. KEY_END = front 11 and front 8 # send end key
  251. KEY_CURSOR_LEFT = front 11 and front 5 # send cursor-left key
  252. KEY_CURSOR_RIGHT = front 11 and front 9 # send cursor-right key
  253. KEY_FUNCTION = front 11 and routing1 # send function key
  254. CMD_NODOTS = front 2 and front 7 # input character as braille dots
  255. KEY_ESCAPE = front 2 and front 6 # send escape key
  256. KEY_TAB = front 2 and front 8 # send tab key
  257. KEY_BACKSPACE = front 2 and front 5 # send backspace key
  258. KEY_ENTER = front 2 and front 9 # send enter key
  259. CMD_SPKHOME = front 1 and front 7 # go to current (most recent) speech position
  260. CMD_SAY_ABOVE = front 1 and front 6 # speak from top of screen through current line
  261. CMD_SAY_BELOW = front 1 and front 8 # speak from current line through bottom of screen
  262. CMD_MUTE = front 1 and front 5 # stop speaking immediately
  263. CMD_SAY_LINE = front 1 and front 9 # speak current line
  264. CMD_RESTARTSPEECH = front 13 and front 7 # reinitialize speech driver
  265. CMD_SAY_SLOWER = front 13 and front 6 # decrease speech rate
  266. CMD_SAY_FASTER = front 13 and front 8 # increase speech rate
  267. CMD_SAY_SOFTER = front 13 and front 5 # decrease speech volume
  268. CMD_SAY_LOUDER = front 13 and front 9 # increase speech volume
  269. BLK_CUTBEGIN = front 1 and routing1 # start new cut buffer at character
  270. BLK_CUTAPPEND = front 2 and routing1 # append to existing cut buffer from character
  271. BLK_CUTLINE = front 12 and routing1 # linear cut to character
  272. BLK_CUTRECT = front 13 and routing1 # rectangular cut to character
  273. BLK_ROUTE = routing1 # bring cursor to character
  274. CMD_HELP = status 1 # enter/leave help display
  275. CMD_HELP off = front 1 and status 1 # leave help display
  276. CMD_HELP on = front 13 and status 1 # enter help display
  277. CMD_LEARN = status 2 # enter/leave command learn mode
  278. CMD_CSRJMP_VERT = status 3 # bring cursor to line (no horizontal motion)
  279. CMD_BACK = status 4 # go back (undo unexpected cursor tracking motion)
  280. CMD_INFO = status 5 # enter/leave status display
  281. CMD_INFO off = front 1 and status 5 # leave status display
  282. CMD_INFO on = front 13 and status 5 # enter status display
  283. CMD_CSRTRK = status 6 # toggle cursor tracking on/off
  284. CMD_CSRTRK off = front 1 and status 6 # set cursor tracking off
  285. CMD_CSRTRK on = front 13 and status 6 # set cursor tracking on
  286. CMD_DISPMD = status 7 # toggle display mode attributes/text
  287. CMD_DISPMD off = front 1 and status 7 # set display mode text
  288. CMD_DISPMD on = front 13 and status 7 # set display mode attributes
  289. CMD_FREEZE = status 8 # toggle screen mode frozen/live
  290. CMD_FREEZE off = front 1 and status 8 # set screen mode live
  291. CMD_FREEZE on = front 13 and status 8 # set screen mode frozen
  292. CMD_PREFMENU = status 9 # enter/leave preferences menu
  293. CMD_PREFSAVE = status 10 # save current preferences
  294. CMD_PREFLOAD = status 11 # restore saved preferences
  295. CMD_CSRVIS = status 12 # toggle cursor visibility on/off
  296. CMD_CSRVIS off = front 1 and status 12 # set cursor visibility off
  297. CMD_CSRVIS on = front 13 and status 12 # set cursor visibility on
  298. CMD_ATTRVIS = status 13 # toggle attribute underlining on/off
  299. CMD_ATTRVIS off = front 1 and status 13 # set attribute underlining off
  300. CMD_ATTRVIS on = front 13 and status 13 # set attribute underlining on
  301. CMD_CAPBLINK = status 14 # toggle capital letter blinking on/off
  302. CMD_CAPBLINK off = front 1 and status 14 # set capital letter blinking off
  303. CMD_CAPBLINK on = front 13 and status 14 # set capital letter blinking on
  304. CMD_SIXDOTS = status 15 # toggle text style 6-dot/8-dot
  305. CMD_SIXDOTS off = front 1 and status 15 # set text style 8-dot
  306. CMD_SIXDOTS on = front 13 and status 15 # set text style 6-dot
  307. CMD_SKPIDLNS = status 16 # toggle skipping of lines with identical content on/off
  308. CMD_SKPIDLNS off = front 1 and status 16 # set skipping of lines with identical content off
  309. CMD_SKPIDLNS on = front 13 and status 16 # set skipping of lines with identical content on
  310. CMD_TUNES = status 17 # toggle alert tunes on/off
  311. CMD_TUNES off = front 1 and status 17 # set alert tunes off
  312. CMD_TUNES on = front 13 and status 17 # set alert tunes on
  313. CMD_RESTARTBRL = status 18 # reinitialize braille driver
  314. CMD_INPUT = status 19 # 
  315. CMD_INPUT off = front 1 and status 19 # 
  316. CMD_INPUT on = front 13 and status 19 # 
  317. CMD_AUTOSPEAK = status 20 # toggle autospeak on/off
  318. CMD_AUTOSPEAK off = front 1 and status 20 # set autospeak off
  319. CMD_AUTOSPEAK on = front 13 and status 20 # set autospeak on
  320. CMD_AUTOREPEAT = status 21 # toggle autorepeat on/off
  321. CMD_AUTOREPEAT off = front 1 and status 21 # set autorepeat off
  322. CMD_AUTOREPEAT on = front 13 and status 21 # set autorepeat on
  323. CMD_PASTE = status 22 # insert cut buffer at cursor
  324. # --------------------------------------------
  325. # Terminal Parameters:
  326. identification = 6
  327. terminal = "BrailleX IB 80 CR Soft"
  328. helpfile = "brltty-pm-ib_80.hlp"
  329. displaysize = 80
  330. statuscells = 4
  331. frontkeys = 9
  332. # Status Cells:
  333. # flag: left half is cell number, right half is no/all dots for off/on
  334. # horiz: horizontal two-digit number (for vertical status display)
  335. # number: vertical two-digit number (for horizontal status display)
  336. status 1 = number GSC_BRLROW # screen row where top of braille window is
  337. status 2 = number GSC_CSRROW # screen row where cursor is
  338. status 3 = number GSC_CSRCOL # screen column where cursor is
  339. status 4 = flag GSC_DISPMD # attributes display
  340. # Modifier Keys:
  341. modifier = front 1
  342. modifier = front 9
  343. modifier = front 2
  344. modifier = front 8
  345. # Command Definitions:
  346. CMD_FWINLT = front 1 # go left one window
  347. CMD_FWINRT = front 9 # go right one window
  348. CMD_HWINLT = front 2 # go left half a window
  349. CMD_HWINRT = front 8 # go right half a window
  350. CMD_HOME = front 5 # go to cursor
  351. CMD_LNBEG = front 1 and front 5 # go to beginning of line
  352. CMD_LNEND = front 9 and front 5 # go to end of line
  353. CMD_CHRLT = front 2 and front 5 # go left one character
  354. CMD_CHRRT = front 8 and front 5 # go right one character
  355. CMD_WINUP = front 4 # go up several lines
  356. CMD_PRDIFLN = front 1 and front 4 # go up to nearest line with different content
  357. CMD_ATTRUP = front 9 and front 4 # go up to nearest line with different highlighting
  358. CMD_PRPGRPH = front 2 and front 4 # go up to last line of previous paragraph
  359. CMD_PRSEARCH = front 8 and front 4 # search backward for content of cut buffer
  360. CMD_WINDN = front 6 # go down several lines
  361. CMD_NXDIFLN = front 1 and front 6 # go down to nearest line with different content
  362. CMD_ATTRDN = front 9 and front 6 # go down to nearest line with different highlighting
  363. CMD_NXPGRPH = front 2 and front 6 # go down to first line of next paragraph
  364. CMD_NXSEARCH = front 8 and front 6 # search forward for content of cut buffer
  365. CMD_LNUP = front 3 # go up one line
  366. CMD_TOP_LEFT = front 1 and front 3 # go to top-left corner
  367. CMD_TOP = front 9 and front 3 # go to top line
  368. CMD_LNDN = front 7 # go down one line
  369. CMD_BOT_LEFT = front 1 and front 7 # go to bottom-left corner
  370. CMD_BOT = front 9 and front 7 # go to bottom line
  371. BLK_ROUTE = routing1 # bring cursor to character
  372. BLK_CUTBEGIN = front 1 and routing1 # start new cut buffer at character
  373. BLK_CUTRECT = front 9 and routing1 # rectangular cut to character
  374. BLK_PRINDENT = front 2 and routing1 # go up to nearest line without greater indent
  375. BLK_NXINDENT = front 8 and routing1 # go down to nearest line without greater indent
  376. CMD_PASTE = front 1 and front 9 # insert cut buffer at cursor
  377. CMD_HELP = status 1 # enter/leave help display
  378. CMD_LEARN = status 2 # enter/leave command learn mode
  379. CMD_CSRJMP_VERT = status 3 # bring cursor to line (no horizontal motion)
  380. CMD_DISPMD = status 4 # toggle display mode attributes/text
  381. # --------------------------------------------
  382. # Terminal Parameters:
  383. identification = 64
  384. terminal = "BrailleX EL 2D-40"
  385. helpfile = "brltty-pm-el_2d_40.hlp"
  386. displaysize = 40
  387. statuscells = 13
  388. haseasybar = 1 1 1 1
  389. # Status Cells:
  390. # flag: left half is cell number, right half is no/all dots for off/on
  391. # horiz: horizontal two-digit number (for vertical status display)
  392. # number: vertical two-digit number (for horizontal status display)
  393. status 1 = horiz GSC_BRLROW # screen row where top of braille window is
  394. status 3 = horiz GSC_CSRROW # screen row where cursor is
  395. status 4 = horiz GSC_CSRCOL # screen column where cursor is
  396. status 6 = flag GSC_CSRTRK # cursor tracking
  397. status 7 = flag GSC_DISPMD # attributes display
  398. status 8 = flag GSC_FREEZE # frozen screen
  399. status 11 = flag GSC_CSRVIS # visible cursor
  400. status 12 = flag GSC_ATTRVIS # visible attributes underline
  401. # Modifier Keys:
  402. modifier = switch left rear
  403. modifier = switch left front
  404. modifier = switch right rear
  405. modifier = switch right front
  406. modifier = key left rear
  407. modifier = key left front
  408. modifier = key right rear
  409. modifier = key right front
  410. modifier = easy up1
  411. modifier = easy down1
  412. modifier = easy left1
  413. modifier = easy right1
  414. modifier = easy up2
  415. modifier = easy down2
  416. modifier = easy left2
  417. modifier = easy right2
  418. # Command Definitions:
  419. CMD_LNUP = easy up1 # go up one line
  420. CMD_LNDN = easy down1 # go down one line
  421. CMD_TOP = easy up2 # go to top line
  422. CMD_BOT = easy down2 # go to bottom line
  423. CMD_FWINLT = easy left1 # go left one window
  424. CMD_FWINRT = easy right1 # go right one window
  425. CMD_LNBEG = easy left2 # go to beginning of line
  426. CMD_LNEND = easy right2 # go to end of line
  427. CMD_PRDIFLN = switch left rear and easy up1 # go up to nearest line with different content
  428. CMD_NXDIFLN = switch left rear and easy down1 # go down to nearest line with different content
  429. CMD_ATTRUP = switch left rear and easy up2 # go up to nearest line with different highlighting
  430. CMD_ATTRDN = switch left rear and easy down2 # go down to nearest line with different highlighting
  431. CMD_PRPROMPT = switch left rear and easy left1 # go up to previous command prompt
  432. CMD_NXPROMPT = switch left rear and easy right1 # go down to next command prompt
  433. CMD_PRPGRPH = switch left rear and easy left2 # go up to last line of previous paragraph
  434. CMD_NXPGRPH = switch left rear and easy right2 # go down to first line of next paragraph
  435. KEY_CURSOR_UP = switch right rear and easy up1 # send cursor-up key
  436. KEY_CURSOR_DOWN = switch right rear and easy down1 # send cursor-down key
  437. KEY_PAGE_UP = switch right rear and easy up2 # send page-up key
  438. KEY_PAGE_DOWN = switch right rear and easy down2 # send page-down key
  439. CMD_FWINLT route = switch right rear and easy left1 # go left one window and route cursor
  440. CMD_FWINRT route = switch right rear and easy right1 # go right one window and route cursor
  441. CMD_LNBEG route = switch right rear and easy left2 # go to beginning of line and route cursor
  442. CMD_LNEND route = switch right rear and easy right2 # go to end of line and route cursor
  443. KEY_CURSOR_UP = switch left rear and switch right rear and easy up1 # send cursor-up key
  444. KEY_CURSOR_DOWN = switch left rear and switch right rear and easy down1 # send cursor-down key
  445. KEY_PAGE_UP = switch left rear and switch right rear and easy up2 # send page-up key
  446. KEY_PAGE_DOWN = switch left rear and switch right rear and easy down2 # send page-down key
  447. KEY_CURSOR_LEFT = switch left rear and switch right rear and easy left1 # send cursor-left key
  448. KEY_CURSOR_RIGHT = switch left rear and switch right rear and easy right1 # send cursor-right key
  449. KEY_HOME = switch left rear and switch right rear and easy left2 # send home key
  450. KEY_END = switch left rear and switch right rear and easy right2 # send end key
  451. CMD_PRSEARCH = switch left front and easy up1 # search backward for content of cut buffer
  452. CMD_NXSEARCH = switch left front and easy down1 # search forward for content of cut buffer
  453. CMD_HELP = switch left front and easy up2 # enter/leave help display
  454. CMD_LEARN = switch left front and easy down2 # enter/leave command learn mode
  455. CMD_CHRLT = switch left front and easy left1 # go left one character
  456. CMD_CHRRT = switch left front and easy right1 # go right one character
  457. CMD_HWINLT = switch left front and easy left2 # go left half a window
  458. CMD_HWINRT = switch left front and easy right2 # go right half a window
  459. CMD_MENU_PREV_ITEM = switch right front and easy up1 # go to previous item in menu
  460. CMD_MENU_NEXT_ITEM = switch right front and easy down1 # go to next item in menu
  461. CMD_MENU_FIRST_ITEM = switch right front and easy up2 # go to first item in menu
  462. CMD_MENU_LAST_ITEM = switch right front and easy down2 # go to last item in menu
  463. CMD_MENU_PREV_SETTING = switch right front and easy left1 # change current item in menu to previous choice
  464. CMD_MENU_NEXT_SETTING = switch right front and easy right1 # change current item in menu to next choice
  465. CMD_PREFLOAD = switch right front and easy left2 # restore saved preferences
  466. CMD_PREFSAVE = switch right front and easy right2 # save current preferences
  467. CMD_BACK = key left rear # go back (undo unexpected cursor tracking motion)
  468. CMD_HOME = key left front # go to cursor
  469. CMD_HELP = key right rear # enter/leave help display
  470. CMD_LEARN = key right front # enter/leave command learn mode
  471. CMD_SIXDOTS = key left rear and easy up1 # toggle text style 6-dot/8-dot
  472. CMD_PASTE = key left rear and easy down1 # insert cut buffer at cursor
  473. CMD_CAPBLINK = key left rear and easy up2 # toggle capital letter blinking on/off
  474. CMD_CSRJMP_VERT = key left rear and easy down2 # bring cursor to line (no horizontal motion)
  475. CMD_DISPMD = key left rear and easy left1 # toggle display mode attributes/text
  476. CMD_CSRTRK = key left rear and easy right1 # toggle cursor tracking on/off
  477. CMD_ATTRVIS = key left rear and easy left2 # toggle attribute underlining on/off
  478. CMD_CSRVIS = key left rear and easy right2 # toggle cursor visibility on/off
  479. CMD_AUTOSPEAK = key left front and easy up1 # toggle autospeak on/off
  480. CMD_AUTOREPEAT = key left front and easy down1 # toggle autorepeat on/off
  481. CMD_RESTARTBRL = key left front and easy up2 # reinitialize braille driver
  482. CMD_FREEZE = key left front and easy down2 # toggle screen mode frozen/live
  483. CMD_INFO = key left front and easy left1 # enter/leave status display
  484. CMD_PREFMENU = key left front and easy right1 # enter/leave preferences menu
  485. CMD_PREFLOAD = key left front and easy left2 # restore saved preferences
  486. CMD_PREFSAVE = key left front and easy right2 # save current preferences
  487. CMD_SAY_ABOVE = key right rear and easy up1 # speak from top of screen through current line
  488. CMD_SAY_BELOW = key right rear and easy down1 # speak from current line through bottom of screen
  489. CMD_SAY_LOUDER = key right rear and easy up2 # increase speech volume
  490. CMD_SAY_SOFTER = key right rear and easy down2 # decrease speech volume
  491. CMD_MUTE = key right rear and easy left1 # stop speaking immediately
  492. CMD_SAY_LINE = key right rear and easy right1 # speak current line
  493. CMD_SAY_SLOWER = key right rear and easy left2 # decrease speech rate
  494. CMD_SAY_FASTER = key right rear and easy right2 # increase speech rate
  495. CMD_SPKHOME = key right front and easy up1 # go to current (most recent) speech position
  496. CMD_TUNES = key right front and easy down1 # toggle alert tunes on/off
  497. CMD_RESTARTSPEECH = key right front and easy up2 # reinitialize speech driver
  498. CMD_SWSIM_BQ = key right front and easy down2 # 
  499. CMD_SKPIDLNS = key right front and easy left1 # toggle skipping of lines with identical content on/off
  500. CMD_SKPBLNKWINS = key right front and easy right1 # toggle skipping of blank windows on/off
  501. CMD_SLIDEWIN = key right front and easy right2 # toggle sliding window on/off
  502. BLK_ROUTE = routing1 # bring cursor to character
  503. BLK_PRINDENT = easy up1 and routing1 # go up to nearest line without greater indent
  504. BLK_NXINDENT = easy down1 and routing1 # go down to nearest line without greater indent
  505. BLK_SETLEFT = easy up2 and routing1 # position left end of window at character
  506. BLK_DESCCHAR = easy down2 and routing1 # describe character
  507. BLK_CUTAPPEND = easy left1 and routing1 # append to existing cut buffer from character
  508. BLK_CUTLINE = easy right1 and routing1 # linear cut to character
  509. BLK_CUTBEGIN = easy left2 and routing1 # start new cut buffer at character
  510. BLK_CUTRECT = easy right2 and routing1 # rectangular cut to character
  511. BLK_DESCCHAR = routing2 # describe character
  512. CMD_BACK = switch right rear and key left rear # go back (undo unexpected cursor tracking motion)
  513. CMD_HOME = switch right rear and key left front # go to cursor
  514. CMD_HELP = switch right rear and key right rear # enter/leave help display
  515. CMD_LEARN = switch right rear and key right front # enter/leave command learn mode
  516. CMD_SIXDOTS = switch right rear and key left rear and easy up1 # toggle text style 6-dot/8-dot
  517. CMD_PASTE = switch right rear and key left rear and easy down1 # insert cut buffer at cursor
  518. CMD_CAPBLINK = switch right rear and key left rear and easy up2 # toggle capital letter blinking on/off
  519. CMD_CSRJMP_VERT = switch right rear and key left rear and easy down2 # bring cursor to line (no horizontal motion)
  520. CMD_DISPMD = switch right rear and key left rear and easy left1 # toggle display mode attributes/text
  521. CMD_CSRTRK = switch right rear and key left rear and easy right1 # toggle cursor tracking on/off
  522. CMD_ATTRVIS = switch right rear and key left rear and easy left2 # toggle attribute underlining on/off
  523. CMD_CSRVIS = switch right rear and key left rear and easy right2 # toggle cursor visibility on/off
  524. CMD_AUTOSPEAK = switch right rear and key left front and easy up1 # toggle autospeak on/off
  525. CMD_AUTOREPEAT = switch right rear and key left front and easy down1 # toggle autorepeat on/off
  526. CMD_RESTARTBRL = switch right rear and key left front and easy up2 # reinitialize braille driver
  527. CMD_FREEZE = switch right rear and key left front and easy down2 # toggle screen mode frozen/live
  528. CMD_INFO = switch right rear and key left front and easy left1 # enter/leave status display
  529. CMD_PREFMENU = switch right rear and key left front and easy right1 # enter/leave preferences menu
  530. CMD_PREFLOAD = switch right rear and key left front and easy left2 # restore saved preferences
  531. CMD_PREFSAVE = switch right rear and key left front and easy right2 # save current preferences
  532. CMD_SAY_ABOVE = switch right rear and key right rear and easy up1 # speak from top of screen through current line
  533. CMD_SAY_BELOW = switch right rear and key right rear and easy down1 # speak from current line through bottom of screen
  534. CMD_SAY_LOUDER = switch right rear and key right rear and easy up2 # increase speech volume
  535. CMD_SAY_SOFTER = switch right rear and key right rear and easy down2 # decrease speech volume
  536. CMD_MUTE = switch right rear and key right rear and easy left1 # stop speaking immediately
  537. CMD_SAY_LINE = switch right rear and key right rear and easy right1 # speak current line
  538. CMD_SAY_SLOWER = switch right rear and key right rear and easy left2 # decrease speech rate
  539. CMD_SAY_FASTER = switch right rear and key right rear and easy right2 # increase speech rate
  540. CMD_SPKHOME = switch right rear and key right front and easy up1 # go to current (most recent) speech position
  541. CMD_TUNES = switch right rear and key right front and easy down1 # toggle alert tunes on/off
  542. CMD_RESTARTSPEECH = switch right rear and key right front and easy up2 # reinitialize speech driver
  543. CMD_SWSIM_BQ = switch right rear and key right front and easy down2 # 
  544. CMD_SKPIDLNS = switch right rear and key right front and easy left1 # toggle skipping of lines with identical content on/off
  545. CMD_SKPBLNKWINS = switch right rear and key right front and easy right1 # toggle skipping of blank windows on/off
  546. CMD_SLIDEWIN = switch right rear and key right front and easy right2 # toggle sliding window on/off
  547. BLK_ROUTE = switch right rear and routing1 # bring cursor to character
  548. BLK_PRINDENT = switch right rear and easy up1 and routing1 # go up to nearest line without greater indent
  549. BLK_NXINDENT = switch right rear and easy down1 and routing1 # go down to nearest line without greater indent
  550. BLK_SETLEFT = switch right rear and easy up2 and routing1 # position left end of window at character
  551. BLK_DESCCHAR = switch right rear and easy down2 and routing1 # describe character
  552. BLK_CUTAPPEND = switch right rear and easy left1 and routing1 # append to existing cut buffer from character
  553. BLK_CUTLINE = switch right rear and easy right1 and routing1 # linear cut to character
  554. BLK_CUTBEGIN = switch right rear and easy left2 and routing1 # start new cut buffer at character
  555. BLK_CUTRECT = switch right rear and easy right2 and routing1 # rectangular cut to character
  556. BLK_DESCCHAR = switch right rear and routing2 # describe character
  557. CMD_BACK = switch right front and key left rear # go back (undo unexpected cursor tracking motion)
  558. CMD_HOME = switch right front and key left front # go to cursor
  559. CMD_HELP = switch right front and key right rear # enter/leave help display
  560. CMD_LEARN = switch right front and key right front # enter/leave command learn mode
  561. CMD_SIXDOTS = switch right front and key left rear and easy up1 # toggle text style 6-dot/8-dot
  562. CMD_PASTE = switch right front and key left rear and easy down1 # insert cut buffer at cursor
  563. CMD_CAPBLINK = switch right front and key left rear and easy up2 # toggle capital letter blinking on/off
  564. CMD_CSRJMP_VERT = switch right front and key left rear and easy down2 # bring cursor to line (no horizontal motion)
  565. CMD_DISPMD = switch right front and key left rear and easy left1 # toggle display mode attributes/text
  566. CMD_CSRTRK = switch right front and key left rear and easy right1 # toggle cursor tracking on/off
  567. CMD_ATTRVIS = switch right front and key left rear and easy left2 # toggle attribute underlining on/off
  568. CMD_CSRVIS = switch right front and key left rear and easy right2 # toggle cursor visibility on/off
  569. CMD_AUTOSPEAK = switch right front and key left front and easy up1 # toggle autospeak on/off
  570. CMD_AUTOREPEAT = switch right front and key left front and easy down1 # toggle autorepeat on/off
  571. CMD_RESTARTBRL = switch right front and key left front and easy up2 # reinitialize braille driver
  572. CMD_FREEZE = switch right front and key left front and easy down2 # toggle screen mode frozen/live
  573. CMD_INFO = switch right front and key left front and easy left1 # enter/leave status display
  574. CMD_PREFMENU = switch right front and key left front and easy right1 # enter/leave preferences menu
  575. CMD_PREFLOAD = switch right front and key left front and easy left2 # restore saved preferences
  576. CMD_PREFSAVE = switch right front and key left front and easy right2 # save current preferences
  577. CMD_SAY_ABOVE = switch right front and key right rear and easy up1 # speak from top of screen through current line
  578. CMD_SAY_BELOW = switch right front and key right rear and easy down1 # speak from current line through bottom of screen
  579. CMD_SAY_LOUDER = switch right front and key right rear and easy up2 # increase speech volume
  580. CMD_SAY_SOFTER = switch right front and key right rear and easy down2 # decrease speech volume
  581. CMD_MUTE = switch right front and key right rear and easy left1 # stop speaking immediately
  582. CMD_SAY_LINE = switch right front and key right rear and easy right1 # speak current line
  583. CMD_SAY_SLOWER = switch right front and key right rear and easy left2 # decrease speech rate
  584. CMD_SAY_FASTER = switch right front and key right rear and easy right2 # increase speech rate
  585. CMD_SPKHOME = switch right front and key right front and easy up1 # go to current (most recent) speech position
  586. CMD_TUNES = switch right front and key right front and easy down1 # toggle alert tunes on/off
  587. CMD_RESTARTSPEECH = switch right front and key right front and easy up2 # reinitialize speech driver
  588. CMD_SWSIM_BQ = switch right front and key right front and easy down2 # 
  589. CMD_SKPIDLNS = switch right front and key right front and easy left1 # toggle skipping of lines with identical content on/off
  590. CMD_SKPBLNKWINS = switch right front and key right front and easy right1 # toggle skipping of blank windows on/off
  591. CMD_SLIDEWIN = switch right front and key right front and easy right2 # toggle sliding window on/off
  592. BLK_ROUTE = switch right front and routing1 # bring cursor to character
  593. BLK_PRINDENT = switch right front and easy up1 and routing1 # go up to nearest line without greater indent
  594. BLK_NXINDENT = switch right front and easy down1 and routing1 # go down to nearest line without greater indent
  595. BLK_SETLEFT = switch right front and easy up2 and routing1 # position left end of window at character
  596. BLK_DESCCHAR = switch right front and easy down2 and routing1 # describe character
  597. BLK_CUTAPPEND = switch right front and easy left1 and routing1 # append to existing cut buffer from character
  598. BLK_CUTLINE = switch right front and easy right1 and routing1 # linear cut to character
  599. BLK_CUTBEGIN = switch right front and easy left2 and routing1 # start new cut buffer at character
  600. BLK_CUTRECT = switch right front and easy right2 and routing1 # rectangular cut to character
  601. BLK_DESCCHAR = switch right front and routing2 # describe character
  602. CMD_BACK = switch left rear and key left rear # go back (undo unexpected cursor tracking motion)
  603. CMD_HOME = switch left rear and key left front # go to cursor
  604. CMD_HELP = switch left rear and key right rear # enter/leave help display
  605. CMD_LEARN = switch left rear and key right front # enter/leave command learn mode
  606. CMD_SIXDOTS = switch left rear and key left rear and easy up1 # toggle text style 6-dot/8-dot
  607. CMD_PASTE = switch left rear and key left rear and easy down1 # insert cut buffer at cursor
  608. CMD_CAPBLINK = switch left rear and key left rear and easy up2 # toggle capital letter blinking on/off
  609. CMD_CSRJMP_VERT = switch left rear and key left rear and easy down2 # bring cursor to line (no horizontal motion)
  610. CMD_DISPMD = switch left rear and key left rear and easy left1 # toggle display mode attributes/text
  611. CMD_CSRTRK = switch left rear and key left rear and easy right1 # toggle cursor tracking on/off
  612. CMD_ATTRVIS = switch left rear and key left rear and easy left2 # toggle attribute underlining on/off
  613. CMD_CSRVIS = switch left rear and key left rear and easy right2 # toggle cursor visibility on/off
  614. CMD_AUTOSPEAK = switch left rear and key left front and easy up1 # toggle autospeak on/off
  615. CMD_AUTOREPEAT = switch left rear and key left front and easy down1 # toggle autorepeat on/off
  616. CMD_RESTARTBRL = switch left rear and key left front and easy up2 # reinitialize braille driver
  617. CMD_FREEZE = switch left rear and key left front and easy down2 # toggle screen mode frozen/live
  618. CMD_INFO = switch left rear and key left front and easy left1 # enter/leave status display
  619. CMD_PREFMENU = switch left rear and key left front and easy right1 # enter/leave preferences menu
  620. CMD_PREFLOAD = switch left rear and key left front and easy left2 # restore saved preferences
  621. CMD_PREFSAVE = switch left rear and key left front and easy right2 # save current preferences
  622. CMD_SAY_ABOVE = switch left rear and key right rear and easy up1 # speak from top of screen through current line
  623. CMD_SAY_BELOW = switch left rear and key right rear and easy down1 # speak from current line through bottom of screen
  624. CMD_SAY_LOUDER = switch left rear and key right rear and easy up2 # increase speech volume
  625. CMD_SAY_SOFTER = switch left rear and key right rear and easy down2 # decrease speech volume
  626. CMD_MUTE = switch left rear and key right rear and easy left1 # stop speaking immediately
  627. CMD_SAY_LINE = switch left rear and key right rear and easy right1 # speak current line
  628. CMD_SAY_SLOWER = switch left rear and key right rear and easy left2 # decrease speech rate
  629. CMD_SAY_FASTER = switch left rear and key right rear and easy right2 # increase speech rate
  630. CMD_SPKHOME = switch left rear and key right front and easy up1 # go to current (most recent) speech position
  631. CMD_TUNES = switch left rear and key right front and easy down1 # toggle alert tunes on/off
  632. CMD_RESTARTSPEECH = switch left rear and key right front and easy up2 # reinitialize speech driver
  633. CMD_SWSIM_BQ = switch left rear and key right front and easy down2 # 
  634. CMD_SKPIDLNS = switch left rear and key right front and easy left1 # toggle skipping of lines with identical content on/off
  635. CMD_SKPBLNKWINS = switch left rear and key right front and easy right1 # toggle skipping of blank windows on/off
  636. CMD_SLIDEWIN = switch left rear and key right front and easy right2 # toggle sliding window on/off
  637. BLK_ROUTE = switch left rear and routing1 # bring cursor to character
  638. BLK_PRINDENT = switch left rear and easy up1 and routing1 # go up to nearest line without greater indent
  639. BLK_NXINDENT = switch left rear and easy down1 and routing1 # go down to nearest line without greater indent
  640. BLK_SETLEFT = switch left rear and easy up2 and routing1 # position left end of window at character
  641. BLK_DESCCHAR = switch left rear and easy down2 and routing1 # describe character
  642. BLK_CUTAPPEND = switch left rear and easy left1 and routing1 # append to existing cut buffer from character
  643. BLK_CUTLINE = switch left rear and easy right1 and routing1 # linear cut to character
  644. BLK_CUTBEGIN = switch left rear and easy left2 and routing1 # start new cut buffer at character
  645. BLK_CUTRECT = switch left rear and easy right2 and routing1 # rectangular cut to character
  646. BLK_DESCCHAR = switch left rear and routing2 # describe character
  647. CMD_BACK = switch left rear and switch right rear and key left rear # go back (undo unexpected cursor tracking motion)
  648. CMD_HOME = switch left rear and switch right rear and key left front # go to cursor
  649. CMD_HELP = switch left rear and switch right rear and key right rear # enter/leave help display
  650. CMD_LEARN = switch left rear and switch right rear and key right front # enter/leave command learn mode
  651. CMD_SIXDOTS = switch left rear and switch right rear and key left rear and easy up1 # toggle text style 6-dot/8-dot
  652. CMD_PASTE = switch left rear and switch right rear and key left rear and easy down1 # insert cut buffer at cursor
  653. CMD_CAPBLINK = switch left rear and switch right rear and key left rear and easy up2 # toggle capital letter blinking on/off
  654. CMD_CSRJMP_VERT = switch left rear and switch right rear and key left rear and easy down2 # bring cursor to line (no horizontal motion)
  655. CMD_DISPMD = switch left rear and switch right rear and key left rear and easy left1 # toggle display mode attributes/text
  656. CMD_CSRTRK = switch left rear and switch right rear and key left rear and easy right1 # toggle cursor tracking on/off
  657. CMD_ATTRVIS = switch left rear and switch right rear and key left rear and easy left2 # toggle attribute underlining on/off
  658. CMD_CSRVIS = switch left rear and switch right rear and key left rear and easy right2 # toggle cursor visibility on/off
  659. CMD_AUTOSPEAK = switch left rear and switch right rear and key left front and easy up1 # toggle autospeak on/off
  660. CMD_AUTOREPEAT = switch left rear and switch right rear and key left front and easy down1 # toggle autorepeat on/off
  661. CMD_RESTARTBRL = switch left rear and switch right rear and key left front and easy up2 # reinitialize braille driver
  662. CMD_FREEZE = switch left rear and switch right rear and key left front and easy down2 # toggle screen mode frozen/live
  663. CMD_INFO = switch left rear and switch right rear and key left front and easy left1 # enter/leave status display
  664. CMD_PREFMENU = switch left rear and switch right rear and key left front and easy right1 # enter/leave preferences menu
  665. CMD_PREFLOAD = switch left rear and switch right rear and key left front and easy left2 # restore saved preferences
  666. CMD_PREFSAVE = switch left rear and switch right rear and key left front and easy right2 # save current preferences
  667. CMD_SAY_ABOVE = switch left rear and switch right rear and key right rear and easy up1 # speak from top of screen through current line
  668. CMD_SAY_BELOW = switch left rear and switch right rear and key right rear and easy down1 # speak from current line through bottom of screen
  669. CMD_SAY_LOUDER = switch left rear and switch right rear and key right rear and easy up2 # increase speech volume
  670. CMD_SAY_SOFTER = switch left rear and switch right rear and key right rear and easy down2 # decrease speech volume
  671. CMD_MUTE = switch left rear and switch right rear and key right rear and easy left1 # stop speaking immediately
  672. CMD_SAY_LINE = switch left rear and switch right rear and key right rear and easy right1 # speak current line
  673. CMD_SAY_SLOWER = switch left rear and switch right rear and key right rear and easy left2 # decrease speech rate
  674. CMD_SAY_FASTER = switch left rear and switch right rear and key right rear and easy right2 # increase speech rate
  675. CMD_SPKHOME = switch left rear and switch right rear and key right front and easy up1 # go to current (most recent) speech position
  676. CMD_TUNES = switch left rear and switch right rear and key right front and easy down1 # toggle alert tunes on/off
  677. CMD_RESTARTSPEECH = switch left rear and switch right rear and key right front and easy up2 # reinitialize speech driver
  678. CMD_SWSIM_BQ = switch left rear and switch right rear and key right front and easy down2 # 
  679. CMD_SKPIDLNS = switch left rear and switch right rear and key right front and easy left1 # toggle skipping of lines with identical content on/off
  680. CMD_SKPBLNKWINS = switch left rear and switch right rear and key right front and easy right1 # toggle skipping of blank windows on/off
  681. CMD_SLIDEWIN = switch left rear and switch right rear and key right front and easy right2 # toggle sliding window on/off
  682. BLK_ROUTE = switch left rear and switch right rear and routing1 # bring cursor to character
  683. BLK_PRINDENT = switch left rear and switch right rear and easy up1 and routing1 # go up to nearest line without greater indent
  684. BLK_NXINDENT = switch left rear and switch right rear and easy down1 and routing1 # go down to nearest line without greater indent
  685. BLK_SETLEFT = switch left rear and switch right rear and easy up2 and routing1 # position left end of window at character
  686. BLK_DESCCHAR = switch left rear and switch right rear and easy down2 and routing1 # describe character
  687. BLK_CUTAPPEND = switch left rear and switch right rear and easy left1 and routing1 # append to existing cut buffer from character
  688. BLK_CUTLINE = switch left rear and switch right rear and easy right1 and routing1 # linear cut to character
  689. BLK_CUTBEGIN = switch left rear and switch right rear and easy left2 and routing1 # start new cut buffer at character
  690. BLK_CUTRECT = switch left rear and switch right rear and easy right2 and routing1 # rectangular cut to character
  691. BLK_DESCCHAR = switch left rear and switch right rear and routing2 # describe character
  692. CMD_BACK = switch left rear and switch right front and key left rear # go back (undo unexpected cursor tracking motion)
  693. CMD_HOME = switch left rear and switch right front and key left front # go to cursor
  694. CMD_HELP = switch left rear and switch right front and key right rear # enter/leave help display
  695. CMD_LEARN = switch left rear and switch right front and key right front # enter/leave command learn mode
  696. CMD_SIXDOTS = switch left rear and switch right front and key left rear and easy up1 # toggle text style 6-dot/8-dot
  697. CMD_PASTE = switch left rear and switch right front and key left rear and easy down1 # insert cut buffer at cursor
  698. CMD_CAPBLINK = switch left rear and switch right front and key left rear and easy up2 # toggle capital letter blinking on/off
  699. CMD_CSRJMP_VERT = switch left rear and switch right front and key left rear and easy down2 # bring cursor to line (no horizontal motion)
  700. CMD_DISPMD = switch left rear and switch right front and key left rear and easy left1 # toggle display mode attributes/text
  701. CMD_CSRTRK = switch left rear and switch right front and key left rear and easy right1 # toggle cursor tracking on/off
  702. CMD_ATTRVIS = switch left rear and switch right front and key left rear and easy left2 # toggle attribute underlining on/off
  703. CMD_CSRVIS = switch left rear and switch right front and key left rear and easy right2 # toggle cursor visibility on/off
  704. CMD_AUTOSPEAK = switch left rear and switch right front and key left front and easy up1 # toggle autospeak on/off
  705. CMD_AUTOREPEAT = switch left rear and switch right front and key left front and easy down1 # toggle autorepeat on/off
  706. CMD_RESTARTBRL = switch left rear and switch right front and key left front and easy up2 # reinitialize braille driver
  707. CMD_FREEZE = switch left rear and switch right front and key left front and easy down2 # toggle screen mode frozen/live
  708. CMD_INFO = switch left rear and switch right front and key left front and easy left1 # enter/leave status display
  709. CMD_PREFMENU = switch left rear and switch right front and key left front and easy right1 # enter/leave preferences menu
  710. CMD_PREFLOAD = switch left rear and switch right front and key left front and easy left2 # restore saved preferences
  711. CMD_PREFSAVE = switch left rear and switch right front and key left front and easy right2 # save current preferences
  712. CMD_SAY_ABOVE = switch left rear and switch right front and key right rear and easy up1 # speak from top of screen through current line
  713. CMD_SAY_BELOW = switch left rear and switch right front and key right rear and easy down1 # speak from current line through bottom of screen
  714. CMD_SAY_LOUDER = switch left rear and switch right front and key right rear and easy up2 # increase speech volume
  715. CMD_SAY_SOFTER = switch left rear and switch right front and key right rear and easy down2 # decrease speech volume
  716. CMD_MUTE = switch left rear and switch right front and key right rear and easy left1 # stop speaking immediately
  717. CMD_SAY_LINE = switch left rear and switch right front and key right rear and easy right1 # speak current line
  718. CMD_SAY_SLOWER = switch left rear and switch right front and key right rear and easy left2 # decrease speech rate
  719. CMD_SAY_FASTER = switch left rear and switch right front and key right rear and easy right2 # increase speech rate
  720. CMD_SPKHOME = switch left rear and switch right front and key right front and easy up1 # go to current (most recent) speech position
  721. CMD_TUNES = switch left rear and switch right front and key right front and easy down1 # toggle alert tunes on/off
  722. CMD_RESTARTSPEECH = switch left rear and switch right front and key right front and easy up2 # reinitialize speech driver
  723. CMD_SWSIM_BQ = switch left rear and switch right front and key right front and easy down2 # 
  724. CMD_SKPIDLNS = switch left rear and switch right front and key right front and easy left1 # toggle skipping of lines with identical content on/off
  725. CMD_SKPBLNKWINS = switch left rear and switch right front and key right front and easy right1 # toggle skipping of blank windows on/off
  726. CMD_SLIDEWIN = switch left rear and switch right front and key right front and easy right2 # toggle sliding window on/off
  727. BLK_ROUTE = switch left rear and switch right front and routing1 # bring cursor to character
  728. BLK_PRINDENT = switch left rear and switch right front and easy up1 and routing1 # go up to nearest line without greater indent
  729. BLK_NXINDENT = switch left rear and switch right front and easy down1 and routing1 # go down to nearest line without greater indent
  730. BLK_SETLEFT = switch left rear and switch right front and easy up2 and routing1 # position left end of window at character
  731. BLK_DESCCHAR = switch left rear and switch right front and easy down2 and routing1 # describe character
  732. BLK_CUTAPPEND = switch left rear and switch right front and easy left1 and routing1 # append to existing cut buffer from character
  733. BLK_CUTLINE = switch left rear and switch right front and easy right1 and routing1 # linear cut to character
  734. BLK_CUTBEGIN = switch left rear and switch right front and easy left2 and routing1 # start new cut buffer at character
  735. BLK_CUTRECT = switch left rear and switch right front and easy right2 and routing1 # rectangular cut to character
  736. BLK_DESCCHAR = switch left rear and switch right front and routing2 # describe character
  737. CMD_BACK = switch left front and key left rear # go back (undo unexpected cursor tracking motion)
  738. CMD_HOME = switch left front and key left front # go to cursor
  739. CMD_HELP = switch left front and key right rear # enter/leave help display
  740. CMD_LEARN = switch left front and key right front # enter/leave command learn mode
  741. CMD_SIXDOTS = switch left front and key left rear and easy up1 # toggle text style 6-dot/8-dot
  742. CMD_PASTE = switch left front and key left rear and easy down1 # insert cut buffer at cursor
  743. CMD_CAPBLINK = switch left front and key left rear and easy up2 # toggle capital letter blinking on/off
  744. CMD_CSRJMP_VERT = switch left front and key left rear and easy down2 # bring cursor to line (no horizontal motion)
  745. CMD_DISPMD = switch left front and key left rear and easy left1 # toggle display mode attributes/text
  746. CMD_CSRTRK = switch left front and key left rear and easy right1 # toggle cursor tracking on/off
  747. CMD_ATTRVIS = switch left front and key left rear and easy left2 # toggle attribute underlining on/off
  748. CMD_CSRVIS = switch left front and key left rear and easy right2 # toggle cursor visibility on/off
  749. CMD_AUTOSPEAK = switch left front and key left front and easy up1 # toggle autospeak on/off
  750. CMD_AUTOREPEAT = switch left front and key left front and easy down1 # toggle autorepeat on/off
  751. CMD_RESTARTBRL = switch left front and key left front and easy up2 # reinitialize braille driver
  752. CMD_FREEZE = switch left front and key left front and easy down2 # toggle screen mode frozen/live
  753. CMD_INFO = switch left front and key left front and easy left1 # enter/leave status display
  754. CMD_PREFMENU = switch left front and key left front and easy right1 # enter/leave preferences menu
  755. CMD_PREFLOAD = switch left front and key left front and easy left2 # restore saved preferences
  756. CMD_PREFSAVE = switch left front and key left front and easy right2 # save current preferences
  757. CMD_SAY_ABOVE = switch left front and key right rear and easy up1 # speak from top of screen through current line
  758. CMD_SAY_BELOW = switch left front and key right rear and easy down1 # speak from current line through bottom of screen
  759. CMD_SAY_LOUDER = switch left front and key right rear and easy up2 # increase speech volume
  760. CMD_SAY_SOFTER = switch left front and key right rear and easy down2 # decrease speech volume
  761. CMD_MUTE = switch left front and key right rear and easy left1 # stop speaking immediately
  762. CMD_SAY_LINE = switch left front and key right rear and easy right1 # speak current line
  763. CMD_SAY_SLOWER = switch left front and key right rear and easy left2 # decrease speech rate
  764. CMD_SAY_FASTER = switch left front and key right rear and easy right2 # increase speech rate
  765. CMD_SPKHOME = switch left front and key right front and easy up1 # go to current (most recent) speech position
  766. CMD_TUNES = switch left front and key right front and easy down1 # toggle alert tunes on/off
  767. CMD_RESTARTSPEECH = switch left front and key right front and easy up2 # reinitialize speech driver
  768. CMD_SWSIM_BQ = switch left front and key right front and easy down2 # 
  769. CMD_SKPIDLNS = switch left front and key right front and easy left1 # toggle skipping of lines with identical content on/off
  770. CMD_SKPBLNKWINS = switch left front and key right front and easy right1 # toggle skipping of blank windows on/off
  771. CMD_SLIDEWIN = switch left front and key right front and easy right2 # toggle sliding window on/off
  772. BLK_ROUTE = switch left front and routing1 # bring cursor to character
  773. BLK_PRINDENT = switch left front and easy up1 and routing1 # go up to nearest line without greater indent
  774. BLK_NXINDENT = switch left front and easy down1 and routing1 # go down to nearest line without greater indent
  775. BLK_SETLEFT = switch left front and easy up2 and routing1 # position left end of window at character
  776. BLK_DESCCHAR = switch left front and easy down2 and routing1 # describe character
  777. BLK_CUTAPPEND = switch left front and easy left1 and routing1 # append to existing cut buffer from character
  778. BLK_CUTLINE = switch left front and easy right1 and routing1 # linear cut to character
  779. BLK_CUTBEGIN = switch left front and easy left2 and routing1 # start new cut buffer at character
  780. BLK_CUTRECT = switch left front and easy right2 and routing1 # rectangular cut to character
  781. BLK_DESCCHAR = switch left front and routing2 # describe character
  782. CMD_BACK = switch left front and switch right rear and key left rear # go back (undo unexpected cursor tracking motion)
  783. CMD_HOME = switch left front and switch right rear and key left front # go to cursor
  784. CMD_HELP = switch left front and switch right rear and key right rear # enter/leave help display
  785. CMD_LEARN = switch left front and switch right rear and key right front # enter/leave command learn mode
  786. CMD_SIXDOTS = switch left front and switch right rear and key left rear and easy up1 # toggle text style 6-dot/8-dot
  787. CMD_PASTE = switch left front and switch right rear and key left rear and easy down1 # insert cut buffer at cursor
  788. CMD_CAPBLINK = switch left front and switch right rear and key left rear and easy up2 # toggle capital letter blinking on/off
  789. CMD_CSRJMP_VERT = switch left front and switch right rear and key left rear and easy down2 # bring cursor to line (no horizontal motion)
  790. CMD_DISPMD = switch left front and switch right rear and key left rear and easy left1 # toggle display mode attributes/text
  791. CMD_CSRTRK = switch left front and switch right rear and key left rear and easy right1 # toggle cursor tracking on/off
  792. CMD_ATTRVIS = switch left front and switch right rear and key left rear and easy left2 # toggle attribute underlining on/off
  793. CMD_CSRVIS = switch left front and switch right rear and key left rear and easy right2 # toggle cursor visibility on/off
  794. CMD_AUTOSPEAK = switch left front and switch right rear and key left front and easy up1 # toggle autospeak on/off
  795. CMD_AUTOREPEAT = switch left front and switch right rear and key left front and easy down1 # toggle autorepeat on/off
  796. CMD_RESTARTBRL = switch left front and switch right rear and key left front and easy up2 # reinitialize braille driver
  797. CMD_FREEZE = switch left front and switch right rear and key left front and easy down2 # toggle screen mode frozen/live
  798. CMD_INFO = switch left front and switch right rear and key left front and easy left1 # enter/leave status display
  799. CMD_PREFMENU = switch left front and switch right rear and key left front and easy right1 # enter/leave preferences menu
  800. CMD_PREFLOAD = switch left front and switch right rear and key left front and easy left2 # restore saved preferences
  801. CMD_PREFSAVE = switch left front and switch right rear and key left front and easy right2 # save current preferences
  802. CMD_SAY_ABOVE = switch left front and switch right rear and key right rear and easy up1 # speak from top of screen through current line
  803. CMD_SAY_BELOW = switch left front and switch right rear and key right rear and easy down1 # speak from current line through bottom of screen
  804. CMD_SAY_LOUDER = switch left front and switch right rear and key right rear and easy up2 # increase speech volume
  805. CMD_SAY_SOFTER = switch left front and switch right rear and key right rear and easy down2 # decrease speech volume
  806. CMD_MUTE = switch left front and switch right rear and key right rear and easy left1 # stop speaking immediately
  807. CMD_SAY_LINE = switch left front and switch right rear and key right rear and easy right1 # speak current line
  808. CMD_SAY_SLOWER = switch left front and switch right rear and key right rear and easy left2 # decrease speech rate
  809. CMD_SAY_FASTER = switch left front and switch right rear and key right rear and easy right2 # increase speech rate
  810. CMD_SPKHOME = switch left front and switch right rear and key right front and easy up1 # go to current (most recent) speech position
  811. CMD_TUNES = switch left front and switch right rear and key right front and easy down1 # toggle alert tunes on/off
  812. CMD_RESTARTSPEECH = switch left front and switch right rear and key right front and easy up2 # reinitialize speech driver
  813. CMD_SWSIM_BQ = switch left front and switch right rear and key right front and easy down2 # 
  814. CMD_SKPIDLNS = switch left front and switch right rear and key right front and easy left1 # toggle skipping of lines with identical content on/off
  815. CMD_SKPBLNKWINS = switch left front and switch right rear and key right front and easy right1 # toggle skipping of blank windows on/off
  816. CMD_SLIDEWIN = switch left front and switch right rear and key right front and easy right2 # toggle sliding window on/off
  817. BLK_ROUTE = switch left front and switch right rear and routing1 # bring cursor to character
  818. BLK_PRINDENT = switch left front and switch right rear and easy up1 and routing1 # go up to nearest line without greater indent
  819. BLK_NXINDENT = switch left front and switch right rear and easy down1 and routing1 # go down to nearest line without greater indent
  820. BLK_SETLEFT = switch left front and switch right rear and easy up2 and routing1 # position left end of window at character
  821. BLK_DESCCHAR = switch left front and switch right rear and easy down2 and routing1 # describe character
  822. BLK_CUTAPPEND = switch left front and switch right rear and easy left1 and routing1 # append to existing cut buffer from character
  823. BLK_CUTLINE = switch left front and switch right rear and easy right1 and routing1 # linear cut to character
  824. BLK_CUTBEGIN = switch left front and switch right rear and easy left2 and routing1 # start new cut buffer at character
  825. BLK_CUTRECT = switch left front and switch right rear and easy right2 and routing1 # rectangular cut to character
  826. BLK_DESCCHAR = switch left front and switch right rear and routing2 # describe character
  827. CMD_BACK = switch left front and switch right front and key left rear # go back (undo unexpected cursor tracking motion)
  828. CMD_HOME = switch left front and switch right front and key left front # go to cursor
  829. CMD_HELP = switch left front and switch right front and key right rear # enter/leave help display
  830. CMD_LEARN = switch left front and switch right front and key right front # enter/leave command learn mode
  831. CMD_SIXDOTS = switch left front and switch right front and key left rear and easy up1 # toggle text style 6-dot/8-dot
  832. CMD_PASTE = switch left front and switch right front and key left rear and easy down1 # insert cut buffer at cursor
  833. CMD_CAPBLINK = switch left front and switch right front and key left rear and easy up2 # toggle capital letter blinking on/off
  834. CMD_CSRJMP_VERT = switch left front and switch right front and key left rear and easy down2 # bring cursor to line (no horizontal motion)
  835. CMD_DISPMD = switch left front and switch right front and key left rear and easy left1 # toggle display mode attributes/text
  836. CMD_CSRTRK = switch left front and switch right front and key left rear and easy right1 # toggle cursor tracking on/off
  837. CMD_ATTRVIS = switch left front and switch right front and key left rear and easy left2 # toggle attribute underlining on/off
  838. CMD_CSRVIS = switch left front and switch right front and key left rear and easy right2 # toggle cursor visibility on/off
  839. CMD_AUTOSPEAK = switch left front and switch right front and key left front and easy up1 # toggle autospeak on/off
  840. CMD_AUTOREPEAT = switch left front and switch right front and key left front and easy down1 # toggle autorepeat on/off
  841. CMD_RESTARTBRL = switch left front and switch right front and key left front and easy up2 # reinitialize braille driver
  842. CMD_FREEZE = switch left front and switch right front and key left front and easy down2 # toggle screen mode frozen/live
  843. CMD_INFO = switch left front and switch right front and key left front and easy left1 # enter/leave status display
  844. CMD_PREFMENU = switch left front and switch right front and key left front and easy right1 # enter/leave preferences menu
  845. CMD_PREFLOAD = switch left front and switch right front and key left front and easy left2 # restore saved preferences
  846. CMD_PREFSAVE = switch left front and switch right front and key left front and easy right2 # save current preferences
  847. CMD_SAY_ABOVE = switch left front and switch right front and key right rear and easy up1 # speak from top of screen through current line
  848. CMD_SAY_BELOW = switch left front and switch right front and key right rear and easy down1 # speak from current line through bottom of screen
  849. CMD_SAY_LOUDER = switch left front and switch right front and key right rear and easy up2 # increase speech volume
  850. CMD_SAY_SOFTER = switch left front and switch right front and key right rear and easy down2 # decrease speech volume
  851. CMD_MUTE = switch left front and switch right front and key right rear and easy left1 # stop speaking immediately
  852. CMD_SAY_LINE = switch left front and switch right front and key right rear and easy right1 # speak current line
  853. CMD_SAY_SLOWER = switch left front and switch right front and key right rear and easy left2 # decrease speech rate
  854. CMD_SAY_FASTER = switch left front and switch right front and key right rear and easy right2 # increase speech rate
  855. CMD_SPKHOME = switch left front and switch right front and key right front and easy up1 # go to current (most recent) speech position
  856. CMD_TUNES = switch left front and switch right front and key right front and easy down1 # toggle alert tunes on/off
  857. CMD_RESTARTSPEECH = switch left front and switch right front and key right front and easy up2 # reinitialize speech driver
  858. CMD_SWSIM_BQ = switch left front and switch right front and key right front and easy down2 # 
  859. CMD_SKPIDLNS = switch left front and switch right front and key right front and easy left1 # toggle skipping of lines with identical content on/off
  860. CMD_SKPBLNKWINS = switch left front and switch right front and key right front and easy right1 # toggle skipping of blank windows on/off
  861. CMD_SLIDEWIN = switch left front and switch right front and key right front and easy right2 # toggle sliding window on/off
  862. BLK_ROUTE = switch left front and switch right front and routing1 # bring cursor to character
  863. BLK_PRINDENT = switch left front and switch right front and easy up1 and routing1 # go up to nearest line without greater indent
  864. BLK_NXINDENT = switch left front and switch right front and easy down1 and routing1 # go down to nearest line without greater indent
  865. BLK_SETLEFT = switch left front and switch right front and easy up2 and routing1 # position left end of window at character
  866. BLK_DESCCHAR = switch left front and switch right front and easy down2 and routing1 # describe character
  867. BLK_CUTAPPEND = switch left front and switch right front and easy left1 and routing1 # append to existing cut buffer from character
  868. BLK_CUTLINE = switch left front and switch right front and easy right1 and routing1 # linear cut to character
  869. BLK_CUTBEGIN = switch left front and switch right front and easy left2 and routing1 # start new cut buffer at character
  870. BLK_CUTRECT = switch left front and switch right front and easy right2 and routing1 # rectangular cut to character
  871. BLK_DESCCHAR = switch left front and switch right front and routing2 # describe character
  872. CMD_HELP = status 1 # enter/leave help display
  873. CMD_HELP off = easy left2 and status 1 # leave help display
  874. CMD_HELP on = easy right2 and status 1 # enter help display
  875. CMD_LEARN = status 2 # enter/leave command learn mode
  876. CMD_CSRJMP_VERT = status 3 # bring cursor to line (no horizontal motion)
  877. CMD_BACK = status 4 # go back (undo unexpected cursor tracking motion)
  878. CMD_INFO = status 5 # enter/leave status display
  879. CMD_INFO off = easy left2 and status 5 # leave status display
  880. CMD_INFO on = easy right2 and status 5 # enter status display
  881. CMD_CSRTRK = status 6 # toggle cursor tracking on/off
  882. CMD_CSRTRK off = easy left2 and status 6 # set cursor tracking off
  883. CMD_CSRTRK on = easy right2 and status 6 # set cursor tracking on
  884. CMD_DISPMD = status 7 # toggle display mode attributes/text
  885. CMD_DISPMD off = easy left2 and status 7 # set display mode text
  886. CMD_DISPMD on = easy right2 and status 7 # set display mode attributes
  887. CMD_FREEZE = status 8 # toggle screen mode frozen/live
  888. CMD_FREEZE off = easy left2 and status 8 # set screen mode live
  889. CMD_FREEZE on = easy right2 and status 8 # set screen mode frozen
  890. CMD_PREFMENU = status 9 # enter/leave preferences menu
  891. CMD_PREFLOAD = status 10 # restore saved preferences
  892. CMD_CSRVIS = status 11 # toggle cursor visibility on/off
  893. CMD_CSRVIS off = easy left2 and status 11 # set cursor visibility off
  894. CMD_CSRVIS on = easy right2 and status 11 # set cursor visibility on
  895. CMD_ATTRVIS = status 12 # toggle attribute underlining on/off
  896. CMD_ATTRVIS off = easy left2 and status 12 # set attribute underlining off
  897. CMD_ATTRVIS on = easy right2 and status 12 # set attribute underlining on
  898. CMD_PASTE = status 13 # insert cut buffer at cursor
  899. # --------------------------------------------
  900. # Terminal Parameters:
  901. identification = 65
  902. terminal = "BrailleX EL 2D-66"
  903. helpfile = "brltty-pm-el_2d_66.hlp"
  904. displaysize = 66
  905. statuscells = 13
  906. haseasybar = 1 1 1 1
  907. # Status Cells:
  908. # flag: left half is cell number, right half is no/all dots for off/on
  909. # horiz: horizontal two-digit number (for vertical status display)
  910. # number: vertical two-digit number (for horizontal status display)
  911. status 1 = horiz GSC_BRLROW # screen row where top of braille window is
  912. status 3 = horiz GSC_CSRROW # screen row where cursor is
  913. status 4 = horiz GSC_CSRCOL # screen column where cursor is
  914. status 6 = flag GSC_CSRTRK # cursor tracking
  915. status 7 = flag GSC_DISPMD # attributes display
  916. status 8 = flag GSC_FREEZE # frozen screen
  917. status 11 = flag GSC_CSRVIS # visible cursor
  918. status 12 = flag GSC_ATTRVIS # visible attributes underline
  919. # Modifier Keys:
  920. modifier = switch left rear
  921. modifier = switch left front
  922. modifier = switch right rear
  923. modifier = switch right front
  924. modifier = key left rear
  925. modifier = key left front
  926. modifier = key right rear
  927. modifier = key right front
  928. modifier = easy up1
  929. modifier = easy down1
  930. modifier = easy left1
  931. modifier = easy right1
  932. modifier = easy up2
  933. modifier = easy down2
  934. modifier = easy left2
  935. modifier = easy right2
  936. # Command Definitions:
  937. CMD_LNUP = easy up1 # go up one line
  938. CMD_LNDN = easy down1 # go down one line
  939. CMD_TOP = easy up2 # go to top line
  940. CMD_BOT = easy down2 # go to bottom line
  941. CMD_FWINLT = easy left1 # go left one window
  942. CMD_FWINRT = easy right1 # go right one window
  943. CMD_LNBEG = easy left2 # go to beginning of line
  944. CMD_LNEND = easy right2 # go to end of line
  945. CMD_PRDIFLN = switch left rear and easy up1 # go up to nearest line with different content
  946. CMD_NXDIFLN = switch left rear and easy down1 # go down to nearest line with different content
  947. CMD_ATTRUP = switch left rear and easy up2 # go up to nearest line with different highlighting
  948. CMD_ATTRDN = switch left rear and easy down2 # go down to nearest line with different highlighting
  949. CMD_PRPROMPT = switch left rear and easy left1 # go up to previous command prompt
  950. CMD_NXPROMPT = switch left rear and easy right1 # go down to next command prompt
  951. CMD_PRPGRPH = switch left rear and easy left2 # go up to last line of previous paragraph
  952. CMD_NXPGRPH = switch left rear and easy right2 # go down to first line of next paragraph
  953. KEY_CURSOR_UP = switch right rear and easy up1 # send cursor-up key
  954. KEY_CURSOR_DOWN = switch right rear and easy down1 # send cursor-down key
  955. KEY_PAGE_UP = switch right rear and easy up2 # send page-up key
  956. KEY_PAGE_DOWN = switch right rear and easy down2 # send page-down key
  957. CMD_FWINLT route = switch right rear and easy left1 # go left one window and route cursor
  958. CMD_FWINRT route = switch right rear and easy right1 # go right one window and route cursor
  959. CMD_LNBEG route = switch right rear and easy left2 # go to beginning of line and route cursor
  960. CMD_LNEND route = switch right rear and easy right2 # go to end of line and route cursor
  961. KEY_CURSOR_UP = switch left rear and switch right rear and easy up1 # send cursor-up key
  962. KEY_CURSOR_DOWN = switch left rear and switch right rear and easy down1 # send cursor-down key
  963. KEY_PAGE_UP = switch left rear and switch right rear and easy up2 # send page-up key
  964. KEY_PAGE_DOWN = switch left rear and switch right rear and easy down2 # send page-down key
  965. KEY_CURSOR_LEFT = switch left rear and switch right rear and easy left1 # send cursor-left key
  966. KEY_CURSOR_RIGHT = switch left rear and switch right rear and easy right1 # send cursor-right key
  967. KEY_HOME = switch left rear and switch right rear and easy left2 # send home key
  968. KEY_END = switch left rear and switch right rear and easy right2 # send end key
  969. CMD_PRSEARCH = switch left front and easy up1 # search backward for content of cut buffer
  970. CMD_NXSEARCH = switch left front and easy down1 # search forward for content of cut buffer
  971. CMD_HELP = switch left front and easy up2 # enter/leave help display
  972. CMD_LEARN = switch left front and easy down2 # enter/leave command learn mode
  973. CMD_CHRLT = switch left front and easy left1 # go left one character
  974. CMD_CHRRT = switch left front and easy right1 # go right one character
  975. CMD_HWINLT = switch left front and easy left2 # go left half a window
  976. CMD_HWINRT = switch left front and easy right2 # go right half a window
  977. CMD_MENU_PREV_ITEM = switch right front and easy up1 # go to previous item in menu
  978. CMD_MENU_NEXT_ITEM = switch right front and easy down1 # go to next item in menu
  979. CMD_MENU_FIRST_ITEM = switch right front and easy up2 # go to first item in menu
  980. CMD_MENU_LAST_ITEM = switch right front and easy down2 # go to last item in menu
  981. CMD_MENU_PREV_SETTING = switch right front and easy left1 # change current item in menu to previous choice
  982. CMD_MENU_NEXT_SETTING = switch right front and easy right1 # change current item in menu to next choice
  983. CMD_PREFLOAD = switch right front and easy left2 # restore saved preferences
  984. CMD_PREFSAVE = switch right front and easy right2 # save current preferences
  985. CMD_BACK = key left rear # go back (undo unexpected cursor tracking motion)
  986. CMD_HOME = key left front # go to cursor
  987. CMD_HELP = key right rear # enter/leave help display
  988. CMD_LEARN = key right front # enter/leave command learn mode
  989. CMD_SIXDOTS = key left rear and easy up1 # toggle text style 6-dot/8-dot
  990. CMD_PASTE = key left rear and easy down1 # insert cut buffer at cursor
  991. CMD_CAPBLINK = key left rear and easy up2 # toggle capital letter blinking on/off
  992. CMD_CSRJMP_VERT = key left rear and easy down2 # bring cursor to line (no horizontal motion)
  993. CMD_DISPMD = key left rear and easy left1 # toggle display mode attributes/text
  994. CMD_CSRTRK = key left rear and easy right1 # toggle cursor tracking on/off
  995. CMD_ATTRVIS = key left rear and easy left2 # toggle attribute underlining on/off
  996. CMD_CSRVIS = key left rear and easy right2 # toggle cursor visibility on/off
  997. CMD_AUTOSPEAK = key left front and easy up1 # toggle autospeak on/off
  998. CMD_AUTOREPEAT = key left front and easy down1 # toggle autorepeat on/off
  999. CMD_RESTARTBRL = key left front and easy up2 # reinitialize braille driver
  1000. CMD_FREEZE = key left front and easy down2 # toggle screen mode frozen/live
  1001. CMD_INFO = key left front and easy left1 # enter/leave status display
  1002. CMD_PREFMENU = key left front and easy right1 # enter/leave preferences menu
  1003. CMD_PREFLOAD = key left front and easy left2 # restore saved preferences
  1004. CMD_PREFSAVE = key left front and easy right2 # save current preferences
  1005. CMD_SAY_ABOVE = key right rear and easy up1 # speak from top of screen through current line
  1006. CMD_SAY_BELOW = key right rear and easy down1 # speak from current line through bottom of screen
  1007. CMD_SAY_LOUDER = key right rear and easy up2 # increase speech volume
  1008. CMD_SAY_SOFTER = key right rear and easy down2 # decrease speech volume
  1009. CMD_MUTE = key right rear and easy left1 # stop speaking immediately
  1010. CMD_SAY_LINE = key right rear and easy right1 # speak current line
  1011. CMD_SAY_SLOWER = key right rear and easy left2 # decrease speech rate
  1012. CMD_SAY_FASTER = key right rear and easy right2 # increase speech rate
  1013. CMD_SPKHOME = key right front and easy up1 # go to current (most recent) speech position
  1014. CMD_TUNES = key right front and easy down1 # toggle alert tunes on/off
  1015. CMD_RESTARTSPEECH = key right front and easy up2 # reinitialize speech driver
  1016. CMD_SWSIM_BQ = key right front and easy down2 # 
  1017. CMD_SKPIDLNS = key right front and easy left1 # toggle skipping of lines with identical content on/off
  1018. CMD_SKPBLNKWINS = key right front and easy right1 # toggle skipping of blank windows on/off
  1019. CMD_SLIDEWIN = key right front and easy right2 # toggle sliding window on/off
  1020. BLK_ROUTE = routing1 # bring cursor to character
  1021. BLK_PRINDENT = easy up1 and routing1 # go up to nearest line without greater indent
  1022. BLK_NXINDENT = easy down1 and routing1 # go down to nearest line without greater indent
  1023. BLK_SETLEFT = easy up2 and routing1 # position left end of window at character
  1024. BLK_DESCCHAR = easy down2 and routing1 # describe character
  1025. BLK_CUTAPPEND = easy left1 and routing1 # append to existing cut buffer from character
  1026. BLK_CUTLINE = easy right1 and routing1 # linear cut to character
  1027. BLK_CUTBEGIN = easy left2 and routing1 # start new cut buffer at character
  1028. BLK_CUTRECT = easy right2 and routing1 # rectangular cut to character
  1029. BLK_DESCCHAR = routing2 # describe character
  1030. CMD_BACK = switch right rear and key left rear # go back (undo unexpected cursor tracking motion)
  1031. CMD_HOME = switch right rear and key left front # go to cursor
  1032. CMD_HELP = switch right rear and key right rear # enter/leave help display
  1033. CMD_LEARN = switch right rear and key right front # enter/leave command learn mode
  1034. CMD_SIXDOTS = switch right rear and key left rear and easy up1 # toggle text style 6-dot/8-dot
  1035. CMD_PASTE = switch right rear and key left rear and easy down1 # insert cut buffer at cursor
  1036. CMD_CAPBLINK = switch right rear and key left rear and easy up2 # toggle capital letter blinking on/off
  1037. CMD_CSRJMP_VERT = switch right rear and key left rear and easy down2 # bring cursor to line (no horizontal motion)
  1038. CMD_DISPMD = switch right rear and key left rear and easy left1 # toggle display mode attributes/text
  1039. CMD_CSRTRK = switch right rear and key left rear and easy right1 # toggle cursor tracking on/off
  1040. CMD_ATTRVIS = switch right rear and key left rear and easy left2 # toggle attribute underlining on/off
  1041. CMD_CSRVIS = switch right rear and key left rear and easy right2 # toggle cursor visibility on/off
  1042. CMD_AUTOSPEAK = switch right rear and key left front and easy up1 # toggle autospeak on/off
  1043. CMD_AUTOREPEAT = switch right rear and key left front and easy down1 # toggle autorepeat on/off
  1044. CMD_RESTARTBRL = switch right rear and key left front and easy up2 # reinitialize braille driver
  1045. CMD_FREEZE = switch right rear and key left front and easy down2 # toggle screen mode frozen/live
  1046. CMD_INFO = switch right rear and key left front and easy left1 # enter/leave status display
  1047. CMD_PREFMENU = switch right rear and key left front and easy right1 # enter/leave preferences menu
  1048. CMD_PREFLOAD = switch right rear and key left front and easy left2 # restore saved preferences
  1049. CMD_PREFSAVE = switch right rear and key left front and easy right2 # save current preferences
  1050. CMD_SAY_ABOVE = switch right rear and key right rear and easy up1 # speak from top of screen through current line
  1051. CMD_SAY_BELOW = switch right rear and key right rear and easy down1 # speak from current line through bottom of screen
  1052. CMD_SAY_LOUDER = switch right rear and key right rear and easy up2 # increase speech volume
  1053. CMD_SAY_SOFTER = switch right rear and key right rear and easy down2 # decrease speech volume
  1054. CMD_MUTE = switch right rear and key right rear and easy left1 # stop speaking immediately
  1055. CMD_SAY_LINE = switch right rear and key right rear and easy right1 # speak current line
  1056. CMD_SAY_SLOWER = switch right rear and key right rear and easy left2 # decrease speech rate
  1057. CMD_SAY_FASTER = switch right rear and key right rear and easy right2 # increase speech rate
  1058. CMD_SPKHOME = switch right rear and key right front and easy up1 # go to current (most recent) speech position
  1059. CMD_TUNES = switch right rear and key right front and easy down1 # toggle alert tunes on/off
  1060. CMD_RESTARTSPEECH = switch right rear and key right front and easy up2 # reinitialize speech driver
  1061. CMD_SWSIM_BQ = switch right rear and key right front and easy down2 # 
  1062. CMD_SKPIDLNS = switch right rear and key right front and easy left1 # toggle skipping of lines with identical content on/off
  1063. CMD_SKPBLNKWINS = switch right rear and key right front and easy right1 # toggle skipping of blank windows on/off
  1064. CMD_SLIDEWIN = switch right rear and key right front and easy right2 # toggle sliding window on/off
  1065. BLK_ROUTE = switch right rear and routing1 # bring cursor to character
  1066. BLK_PRINDENT = switch right rear and easy up1 and routing1 # go up to nearest line without greater indent
  1067. BLK_NXINDENT = switch right rear and easy down1 and routing1 # go down to nearest line without greater indent
  1068. BLK_SETLEFT = switch right rear and easy up2 and routing1 # position left end of window at character
  1069. BLK_DESCCHAR = switch right rear and easy down2 and routing1 # describe character
  1070. BLK_CUTAPPEND = switch right rear and easy left1 and routing1 # append to existing cut buffer from character
  1071. BLK_CUTLINE = switch right rear and easy right1 and routing1 # linear cut to character
  1072. BLK_CUTBEGIN = switch right rear and easy left2 and routing1 # start new cut buffer at character
  1073. BLK_CUTRECT = switch right rear and easy right2 and routing1 # rectangular cut to character
  1074. BLK_DESCCHAR = switch right rear and routing2 # describe character
  1075. CMD_BACK = switch right front and key left rear # go back (undo unexpected cursor tracking motion)
  1076. CMD_HOME = switch right front and key left front # go to cursor
  1077. CMD_HELP = switch right front and key right rear # enter/leave help display
  1078. CMD_LEARN = switch right front and key right front # enter/leave command learn mode
  1079. CMD_SIXDOTS = switch right front and key left rear and easy up1 # toggle text style 6-dot/8-dot
  1080. CMD_PASTE = switch right front and key left rear and easy down1 # insert cut buffer at cursor
  1081. CMD_CAPBLINK = switch right front and key left rear and easy up2 # toggle capital letter blinking on/off
  1082. CMD_CSRJMP_VERT = switch right front and key left rear and easy down2 # bring cursor to line (no horizontal motion)
  1083. CMD_DISPMD = switch right front and key left rear and easy left1 # toggle display mode attributes/text
  1084. CMD_CSRTRK = switch right front and key left rear and easy right1 # toggle cursor tracking on/off
  1085. CMD_ATTRVIS = switch right front and key left rear and easy left2 # toggle attribute underlining on/off
  1086. CMD_CSRVIS = switch right front and key left rear and easy right2 # toggle cursor visibility on/off
  1087. CMD_AUTOSPEAK = switch right front and key left front and easy up1 # toggle autospeak on/off
  1088. CMD_AUTOREPEAT = switch right front and key left front and easy down1 # toggle autorepeat on/off
  1089. CMD_RESTARTBRL = switch right front and key left front and easy up2 # reinitialize braille driver
  1090. CMD_FREEZE = switch right front and key left front and easy down2 # toggle screen mode frozen/live
  1091. CMD_INFO = switch right front and key left front and easy left1 # enter/leave status display
  1092. CMD_PREFMENU = switch right front and key left front and easy right1 # enter/leave preferences menu
  1093. CMD_PREFLOAD = switch right front and key left front and easy left2 # restore saved preferences
  1094. CMD_PREFSAVE = switch right front and key left front and easy right2 # save current preferences
  1095. CMD_SAY_ABOVE = switch right front and key right rear and easy up1 # speak from top of screen through current line
  1096. CMD_SAY_BELOW = switch right front and key right rear and easy down1 # speak from current line through bottom of screen
  1097. CMD_SAY_LOUDER = switch right front and key right rear and easy up2 # increase speech volume
  1098. CMD_SAY_SOFTER = switch right front and key right rear and easy down2 # decrease speech volume
  1099. CMD_MUTE = switch right front and key right rear and easy left1 # stop speaking immediately
  1100. CMD_SAY_LINE = switch right front and key right rear and easy right1 # speak current line
  1101. CMD_SAY_SLOWER = switch right front and key right rear and easy left2 # decrease speech rate
  1102. CMD_SAY_FASTER = switch right front and key right rear and easy right2 # increase speech rate
  1103. CMD_SPKHOME = switch right front and key right front and easy up1 # go to current (most recent) speech position
  1104. CMD_TUNES = switch right front and key right front and easy down1 # toggle alert tunes on/off
  1105. CMD_RESTARTSPEECH = switch right front and key right front and easy up2 # reinitialize speech driver
  1106. CMD_SWSIM_BQ = switch right front and key right front and easy down2 # 
  1107. CMD_SKPIDLNS = switch right front and key right front and easy left1 # toggle skipping of lines with identical content on/off
  1108. CMD_SKPBLNKWINS = switch right front and key right front and easy right1 # toggle skipping of blank windows on/off
  1109. CMD_SLIDEWIN = switch right front and key right front and easy right2 # toggle sliding window on/off
  1110. BLK_ROUTE = switch right front and routing1 # bring cursor to character
  1111. BLK_PRINDENT = switch right front and easy up1 and routing1 # go up to nearest line without greater indent
  1112. BLK_NXINDENT = switch right front and easy down1 and routing1 # go down to nearest line without greater indent
  1113. BLK_SETLEFT = switch right front and easy up2 and routing1 # position left end of window at character
  1114. BLK_DESCCHAR = switch right front and easy down2 and routing1 # describe character
  1115. BLK_CUTAPPEND = switch right front and easy left1 and routing1 # append to existing cut buffer from character
  1116. BLK_CUTLINE = switch right front and easy right1 and routing1 # linear cut to character
  1117. BLK_CUTBEGIN = switch right front and easy left2 and routing1 # start new cut buffer at character
  1118. BLK_CUTRECT = switch right front and easy right2 and routing1 # rectangular cut to character
  1119. BLK_DESCCHAR = switch right front and routing2 # describe character
  1120. CMD_BACK = switch left rear and key left rear # go back (undo unexpected cursor tracking motion)
  1121. CMD_HOME = switch left rear and key left front # go to cursor
  1122. CMD_HELP = switch left rear and key right rear # enter/leave help display
  1123. CMD_LEARN = switch left rear and key right front # enter/leave command learn mode
  1124. CMD_SIXDOTS = switch left rear and key left rear and easy up1 # toggle text style 6-dot/8-dot
  1125. CMD_PASTE = switch left rear and key left rear and easy down1 # insert cut buffer at cursor
  1126. CMD_CAPBLINK = switch left rear and key left rear and easy up2 # toggle capital letter blinking on/off
  1127. CMD_CSRJMP_VERT = switch left rear and key left rear and easy down2 # bring cursor to line (no horizontal motion)
  1128. CMD_DISPMD = switch left rear and key left rear and easy left1 # toggle display mode attributes/text
  1129. CMD_CSRTRK = switch left rear and key left rear and easy right1 # toggle cursor tracking on/off
  1130. CMD_ATTRVIS = switch left rear and key left rear and easy left2 # toggle attribute underlining on/off
  1131. CMD_CSRVIS = switch left rear and key left rear and easy right2 # toggle cursor visibility on/off
  1132. CMD_AUTOSPEAK = switch left rear and key left front and easy up1 # toggle autospeak on/off
  1133. CMD_AUTOREPEAT = switch left rear and key left front and easy down1 # toggle autorepeat on/off
  1134. CMD_RESTARTBRL = switch left rear and key left front and easy up2 # reinitialize braille driver
  1135. CMD_FREEZE = switch left rear and key left front and easy down2 # toggle screen mode frozen/live
  1136. CMD_INFO = switch left rear and key left front and easy left1 # enter/leave status display
  1137. CMD_PREFMENU = switch left rear and key left front and easy right1 # enter/leave preferences menu
  1138. CMD_PREFLOAD = switch left rear and key left front and easy left2 # restore saved preferences
  1139. CMD_PREFSAVE = switch left rear and key left front and easy right2 # save current preferences
  1140. CMD_SAY_ABOVE = switch left rear and key right rear and easy up1 # speak from top of screen through current line
  1141. CMD_SAY_BELOW = switch left rear and key right rear and easy down1 # speak from current line through bottom of screen
  1142. CMD_SAY_LOUDER = switch left rear and key right rear and easy up2 # increase speech volume
  1143. CMD_SAY_SOFTER = switch left rear and key right rear and easy down2 # decrease speech volume
  1144. CMD_MUTE = switch left rear and key right rear and easy left1 # stop speaking immediately
  1145. CMD_SAY_LINE = switch left rear and key right rear and easy right1 # speak current line
  1146. CMD_SAY_SLOWER = switch left rear and key right rear and easy left2 # decrease speech rate
  1147. CMD_SAY_FASTER = switch left rear and key right rear and easy right2 # increase speech rate
  1148. CMD_SPKHOME = switch left rear and key right front and easy up1 # go to current (most recent) speech position
  1149. CMD_TUNES = switch left rear and key right front and easy down1 # toggle alert tunes on/off
  1150. CMD_RESTARTSPEECH = switch left rear and key right front and easy up2 # reinitialize speech driver
  1151. CMD_SWSIM_BQ = switch left rear and key right front and easy down2 # 
  1152. CMD_SKPIDLNS = switch left rear and key right front and easy left1 # toggle skipping of lines with identical content on/off
  1153. CMD_SKPBLNKWINS = switch left rear and key right front and easy right1 # toggle skipping of blank windows on/off
  1154. CMD_SLIDEWIN = switch left rear and key right front and easy right2 # toggle sliding window on/off
  1155. BLK_ROUTE = switch left rear and routing1 # bring cursor to character
  1156. BLK_PRINDENT = switch left rear and easy up1 and routing1 # go up to nearest line without greater indent
  1157. BLK_NXINDENT = switch left rear and easy down1 and routing1 # go down to nearest line without greater indent
  1158. BLK_SETLEFT = switch left rear and easy up2 and routing1 # position left end of window at character
  1159. BLK_DESCCHAR = switch left rear and easy down2 and routing1 # describe character
  1160. BLK_CUTAPPEND = switch left rear and easy left1 and routing1 # append to existing cut buffer from character
  1161. BLK_CUTLINE = switch left rear and easy right1 and routing1 # linear cut to character
  1162. BLK_CUTBEGIN = switch left rear and easy left2 and routing1 # start new cut buffer at character
  1163. BLK_CUTRECT = switch left rear and easy right2 and routing1 # rectangular cut to character
  1164. BLK_DESCCHAR = switch left rear and routing2 # describe character
  1165. CMD_BACK = switch left rear and switch right rear and key left rear # go back (undo unexpected cursor tracking motion)
  1166. CMD_HOME = switch left rear and switch right rear and key left front # go to cursor
  1167. CMD_HELP = switch left rear and switch right rear and key right rear # enter/leave help display
  1168. CMD_LEARN = switch left rear and switch right rear and key right front # enter/leave command learn mode
  1169. CMD_SIXDOTS = switch left rear and switch right rear and key left rear and easy up1 # toggle text style 6-dot/8-dot
  1170. CMD_PASTE = switch left rear and switch right rear and key left rear and easy down1 # insert cut buffer at cursor
  1171. CMD_CAPBLINK = switch left rear and switch right rear and key left rear and easy up2 # toggle capital letter blinking on/off
  1172. CMD_CSRJMP_VERT = switch left rear and switch right rear and key left rear and easy down2 # bring cursor to line (no horizontal motion)
  1173. CMD_DISPMD = switch left rear and switch right rear and key left rear and easy left1 # toggle display mode attributes/text
  1174. CMD_CSRTRK = switch left rear and switch right rear and key left rear and easy right1 # toggle cursor tracking on/off
  1175. CMD_ATTRVIS = switch left rear and switch right rear and key left rear and easy left2 # toggle attribute underlining on/off
  1176. CMD_CSRVIS = switch left rear and switch right rear and key left rear and easy right2 # toggle cursor visibility on/off
  1177. CMD_AUTOSPEAK = switch left rear and switch right rear and key left front and easy up1 # toggle autospeak on/off
  1178. CMD_AUTOREPEAT = switch left rear and switch right rear and key left front and easy down1 # toggle autorepeat on/off
  1179. CMD_RESTARTBRL = switch left rear and switch right rear and key left front and easy up2 # reinitialize braille driver
  1180. CMD_FREEZE = switch left rear and switch right rear and key left front and easy down2 # toggle screen mode frozen/live
  1181. CMD_INFO = switch left rear and switch right rear and key left front and easy left1 # enter/leave status display
  1182. CMD_PREFMENU = switch left rear and switch right rear and key left front and easy right1 # enter/leave preferences menu
  1183. CMD_PREFLOAD = switch left rear and switch right rear and key left front and easy left2 # restore saved preferences
  1184. CMD_PREFSAVE = switch left rear and switch right rear and key left front and easy right2 # save current preferences
  1185. CMD_SAY_ABOVE = switch left rear and switch right rear and key right rear and easy up1 # speak from top of screen through current line
  1186. CMD_SAY_BELOW = switch left rear and switch right rear and key right rear and easy down1 # speak from current line through bottom of screen
  1187. CMD_SAY_LOUDER = switch left rear and switch right rear and key right rear and easy up2 # increase speech volume
  1188. CMD_SAY_SOFTER = switch left rear and switch right rear and key right rear and easy down2 # decrease speech volume
  1189. CMD_MUTE = switch left rear and switch right rear and key right rear and easy left1 # stop speaking immediately
  1190. CMD_SAY_LINE = switch left rear and switch right rear and key right rear and easy right1 # speak current line
  1191. CMD_SAY_SLOWER = switch left rear and switch right rear and key right rear and easy left2 # decrease speech rate
  1192. CMD_SAY_FASTER = switch left rear and switch right rear and key right rear and easy right2 # increase speech rate
  1193. CMD_SPKHOME = switch left rear and switch right rear and key right front and easy up1 # go to current (most recent) speech position
  1194. CMD_TUNES = switch left rear and switch right rear and key right front and easy down1 # toggle alert tunes on/off
  1195. CMD_RESTARTSPEECH = switch left rear and switch right rear and key right front and easy up2 # reinitialize speech driver
  1196. CMD_SWSIM_BQ = switch left rear and switch right rear and key right front and easy down2 # 
  1197. CMD_SKPIDLNS = switch left rear and switch right rear and key right front and easy left1 # toggle skipping of lines with identical content on/off
  1198. CMD_SKPBLNKWINS = switch left rear and switch right rear and key right front and easy right1 # toggle skipping of blank windows on/off
  1199. CMD_SLIDEWIN = switch left rear and switch right rear and key right front and easy right2 # toggle sliding window on/off
  1200. BLK_ROUTE = switch left rear and switch right rear and routing1 # bring cursor to character
  1201. BLK_PRINDENT = switch left rear and switch right rear and easy up1 and routing1 # go up to nearest line without greater indent
  1202. BLK_NXINDENT = switch left rear and switch right rear and easy down1 and routing1 # go down to nearest line without greater indent
  1203. BLK_SETLEFT = switch left rear and switch right rear and easy up2 and routing1 # position left end of window at character
  1204. BLK_DESCCHAR = switch left rear and switch right rear and easy down2 and routing1 # describe character
  1205. BLK_CUTAPPEND = switch left rear and switch right rear and easy left1 and routing1 # append to existing cut buffer from character
  1206. BLK_CUTLINE = switch left rear and switch right rear and easy right1 and routing1 # linear cut to character
  1207. BLK_CUTBEGIN = switch left rear and switch right rear and easy left2 and routing1 # start new cut buffer at character
  1208. BLK_CUTRECT = switch left rear and switch right rear and easy right2 and routing1 # rectangular cut to character
  1209. BLK_DESCCHAR = switch left rear and switch right rear and routing2 # describe character
  1210. CMD_BACK = switch left rear and switch right front and key left rear # go back (undo unexpected cursor tracking motion)
  1211. CMD_HOME = switch left rear and switch right front and key left front # go to cursor
  1212. CMD_HELP = switch left rear and switch right front and key right rear # enter/leave help display
  1213. CMD_LEARN = switch left rear and switch right front and key right front # enter/leave command learn mode
  1214. CMD_SIXDOTS = switch left rear and switch right front and key left rear and easy up1 # toggle text style 6-dot/8-dot
  1215. CMD_PASTE = switch left rear and switch right front and key left rear and easy down1 # insert cut buffer at cursor
  1216. CMD_CAPBLINK = switch left rear and switch right front and key left rear and easy up2 # toggle capital letter blinking on/off
  1217. CMD_CSRJMP_VERT = switch left rear and switch right front and key left rear and easy down2 # bring cursor to line (no horizontal motion)
  1218. CMD_DISPMD = switch left rear and switch right front and key left rear and easy left1 # toggle display mode attributes/text
  1219. CMD_CSRTRK = switch left rear and switch right front and key left rear and easy right1 # toggle cursor tracking on/off
  1220. CMD_ATTRVIS = switch left rear and switch right front and key left rear and easy left2 # toggle attribute underlining on/off
  1221. CMD_CSRVIS = switch left rear and switch right front and key left rear and easy right2 # toggle cursor visibility on/off
  1222. CMD_AUTOSPEAK = switch left rear and switch right front and key left front and easy up1 # toggle autospeak on/off
  1223. CMD_AUTOREPEAT = switch left rear and switch right front and key left front and easy down1 # toggle autorepeat on/off
  1224. CMD_RESTARTBRL = switch left rear and switch right front and key left front and easy up2 # reinitialize braille driver
  1225. CMD_FREEZE = switch left rear and switch right front and key left front and easy down2 # toggle screen mode frozen/live
  1226. CMD_INFO = switch left rear and switch right front and key left front and easy left1 # enter/leave status display
  1227. CMD_PREFMENU = switch left rear and switch right front and key left front and easy right1 # enter/leave preferences menu
  1228. CMD_PREFLOAD = switch left rear and switch right front and key left front and easy left2 # restore saved preferences
  1229. CMD_PREFSAVE = switch left rear and switch right front and key left front and easy right2 # save current preferences
  1230. CMD_SAY_ABOVE = switch left rear and switch right front and key right rear and easy up1 # speak from top of screen through current line
  1231. CMD_SAY_BELOW = switch left rear and switch right front and key right rear and easy down1 # speak from current line through bottom of screen
  1232. CMD_SAY_LOUDER = switch left rear and switch right front and key right rear and easy up2 # increase speech volume
  1233. CMD_SAY_SOFTER = switch left rear and switch right front and key right rear and easy down2 # decrease speech volume
  1234. CMD_MUTE = switch left rear and switch right front and key right rear and easy left1 # stop speaking immediately
  1235. CMD_SAY_LINE = switch left rear and switch right front and key right rear and easy right1 # speak current line
  1236. CMD_SAY_SLOWER = switch left rear and switch right front and key right rear and easy left2 # decrease speech rate
  1237. CMD_SAY_FASTER = switch left rear and switch right front and key right rear and easy right2 # increase speech rate
  1238. CMD_SPKHOME = switch left rear and switch right front and key right front and easy up1 # go to current (most recent) speech position
  1239. CMD_TUNES = switch left rear and switch right front and key right front and easy down1 # toggle alert tunes on/off
  1240. CMD_RESTARTSPEECH = switch left rear and switch right front and key right front and easy up2 # reinitialize speech driver
  1241. CMD_SWSIM_BQ = switch left rear and switch right front and key right front and easy down2 # 
  1242. CMD_SKPIDLNS = switch left rear and switch right front and key right front and easy left1 # toggle skipping of lines with identical content on/off
  1243. CMD_SKPBLNKWINS = switch left rear and switch right front and key right front and easy right1 # toggle skipping of blank windows on/off
  1244. CMD_SLIDEWIN = switch left rear and switch right front and key right front and easy right2 # toggle sliding window on/off
  1245. BLK_ROUTE = switch left rear and switch right front and routing1 # bring cursor to character
  1246. BLK_PRINDENT = switch left rear and switch right front and easy up1 and routing1 # go up to nearest line without greater indent
  1247. BLK_NXINDENT = switch left rear and switch right front and easy down1 and routing1 # go down to nearest line without greater indent
  1248. BLK_SETLEFT = switch left rear and switch right front and easy up2 and routing1 # position left end of window at character
  1249. BLK_DESCCHAR = switch left rear and switch right front and easy down2 and routing1 # describe character
  1250. BLK_CUTAPPEND = switch left rear and switch right front and easy left1 and routing1 # append to existing cut buffer from character
  1251. BLK_CUTLINE = switch left rear and switch right front and easy right1 and routing1 # linear cut to character
  1252. BLK_CUTBEGIN = switch left rear and switch right front and easy left2 and routing1 # start new cut buffer at character
  1253. BLK_CUTRECT = switch left rear and switch right front and easy right2 and routing1 # rectangular cut to character
  1254. BLK_DESCCHAR = switch left rear and switch right front and routing2 # describe character
  1255. CMD_BACK = switch left front and key left rear # go back (undo unexpected cursor tracking motion)
  1256. CMD_HOME = switch left front and key left front # go to cursor
  1257. CMD_HELP = switch left front and key right rear # enter/leave help display
  1258. CMD_LEARN = switch left front and key right front # enter/leave command learn mode
  1259. CMD_SIXDOTS = switch left front and key left rear and easy up1 # toggle text style 6-dot/8-dot
  1260. CMD_PASTE = switch left front and key left rear and easy down1 # insert cut buffer at cursor
  1261. CMD_CAPBLINK = switch left front and key left rear and easy up2 # toggle capital letter blinking on/off
  1262. CMD_CSRJMP_VERT = switch left front and key left rear and easy down2 # bring cursor to line (no horizontal motion)
  1263. CMD_DISPMD = switch left front and key left rear and easy left1 # toggle display mode attributes/text
  1264. CMD_CSRTRK = switch left front and key left rear and easy right1 # toggle cursor tracking on/off
  1265. CMD_ATTRVIS = switch left front and key left rear and easy left2 # toggle attribute underlining on/off
  1266. CMD_CSRVIS = switch left front and key left rear and easy right2 # toggle cursor visibility on/off
  1267. CMD_AUTOSPEAK = switch left front and key left front and easy up1 # toggle autospeak on/off
  1268. CMD_AUTOREPEAT = switch left front and key left front and easy down1 # toggle autorepeat on/off
  1269. CMD_RESTARTBRL = switch left front and key left front and easy up2 # reinitialize braille driver
  1270. CMD_FREEZE = switch left front and key left front and easy down2 # toggle screen mode frozen/live
  1271. CMD_INFO = switch left front and key left front and easy left1 # enter/leave status display
  1272. CMD_PREFMENU = switch left front and key left front and easy right1 # enter/leave preferences menu
  1273. CMD_PREFLOAD = switch left front and key left front and easy left2 # restore saved preferences
  1274. CMD_PREFSAVE = switch left front and key left front and easy right2 # save current preferences
  1275. CMD_SAY_ABOVE = switch left front and key right rear and easy up1 # speak from top of screen through current line
  1276. CMD_SAY_BELOW = switch left front and key right rear and easy down1 # speak from current line through bottom of screen
  1277. CMD_SAY_LOUDER = switch left front and key right rear and easy up2 # increase speech volume
  1278. CMD_SAY_SOFTER = switch left front and key right rear and easy down2 # decrease speech volume
  1279. CMD_MUTE = switch left front and key right rear and easy left1 # stop speaking immediately
  1280. CMD_SAY_LINE = switch left front and key right rear and easy right1 # speak current line
  1281. CMD_SAY_SLOWER = switch left front and key right rear and easy left2 # decrease speech rate
  1282. CMD_SAY_FASTER = switch left front and key right rear and easy right2 # increase speech rate
  1283. CMD_SPKHOME = switch left front and key right front and easy up1 # go to current (most recent) speech position
  1284. CMD_TUNES = switch left front and key right front and easy down1 # toggle alert tunes on/off
  1285. CMD_RESTARTSPEECH = switch left front and key right front and easy up2 # reinitialize speech driver
  1286. CMD_SWSIM_BQ = switch left front and key right front and easy down2 # 
  1287. CMD_SKPIDLNS = switch left front and key right front and easy left1 # toggle skipping of lines with identical content on/off
  1288. CMD_SKPBLNKWINS = switch left front and key right front and easy right1 # toggle skipping of blank windows on/off
  1289. CMD_SLIDEWIN = switch left front and key right front and easy right2 # toggle sliding window on/off
  1290. BLK_ROUTE = switch left front and routing1 # bring cursor to character
  1291. BLK_PRINDENT = switch left front and easy up1 and routing1 # go up to nearest line without greater indent
  1292. BLK_NXINDENT = switch left front and easy down1 and routing1 # go down to nearest line without greater indent
  1293. BLK_SETLEFT = switch left front and easy up2 and routing1 # position left end of window at character
  1294. BLK_DESCCHAR = switch left front and easy down2 and routing1 # describe character
  1295. BLK_CUTAPPEND = switch left front and easy left1 and routing1 # append to existing cut buffer from character
  1296. BLK_CUTLINE = switch left front and easy right1 and routing1 # linear cut to character
  1297. BLK_CUTBEGIN = switch left front and easy left2 and routing1 # start new cut buffer at character
  1298. BLK_CUTRECT = switch left front and easy right2 and routing1 # rectangular cut to character
  1299. BLK_DESCCHAR = switch left front and routing2 # describe character
  1300. CMD_BACK = switch left front and switch right rear and key left rear # go back (undo unexpected cursor tracking motion)
  1301. CMD_HOME = switch left front and switch right rear and key left front # go to cursor
  1302. CMD_HELP = switch left front and switch right rear and key right rear # enter/leave help display
  1303. CMD_LEARN = switch left front and switch right rear and key right front # enter/leave command learn mode
  1304. CMD_SIXDOTS = switch left front and switch right rear and key left rear and easy up1 # toggle text style 6-dot/8-dot
  1305. CMD_PASTE = switch left front and switch right rear and key left rear and easy down1 # insert cut buffer at cursor
  1306. CMD_CAPBLINK = switch left front and switch right rear and key left rear and easy up2 # toggle capital letter blinking on/off
  1307. CMD_CSRJMP_VERT = switch left front and switch right rear and key left rear and easy down2 # bring cursor to line (no horizontal motion)
  1308. CMD_DISPMD = switch left front and switch right rear and key left rear and easy left1 # toggle display mode attributes/text
  1309. CMD_CSRTRK = switch left front and switch right rear and key left rear and easy right1 # toggle cursor tracking on/off
  1310. CMD_ATTRVIS = switch left front and switch right rear and key left rear and easy left2 # toggle attribute underlining on/off
  1311. CMD_CSRVIS = switch left front and switch right rear and key left rear and easy right2 # toggle cursor visibility on/off
  1312. CMD_AUTOSPEAK = switch left front and switch right rear and key left front and easy up1 # toggle autospeak on/off
  1313. CMD_AUTOREPEAT = switch left front and switch right rear and key left front and easy down1 # toggle autorepeat on/off
  1314. CMD_RESTARTBRL = switch left front and switch right rear and key left front and easy up2 # reinitialize braille driver
  1315. CMD_FREEZE = switch left front and switch right rear and key left front and easy down2 # toggle screen mode frozen/live
  1316. CMD_INFO = switch left front and switch right rear and key left front and easy left1 # enter/leave status display
  1317. CMD_PREFMENU = switch left front and switch right rear and key left front and easy right1 # enter/leave preferences menu
  1318. CMD_PREFLOAD = switch left front and switch right rear and key left front and easy left2 # restore saved preferences
  1319. CMD_PREFSAVE = switch left front and switch right rear and key left front and easy right2 # save current preferences
  1320. CMD_SAY_ABOVE = switch left front and switch right rear and key right rear and easy up1 # speak from top of screen through current line
  1321. CMD_SAY_BELOW = switch left front and switch right rear and key right rear and easy down1 # speak from current line through bottom of screen
  1322. CMD_SAY_LOUDER = switch left front and switch right rear and key right rear and easy up2 # increase speech volume
  1323. CMD_SAY_SOFTER = switch left front and switch right rear and key right rear and easy down2 # decrease speech volume
  1324. CMD_MUTE = switch left front and switch right rear and key right rear and easy left1 # stop speaking immediately
  1325. CMD_SAY_LINE = switch left front and switch right rear and key right rear and easy right1 # speak current line
  1326. CMD_SAY_SLOWER = switch left front and switch right rear and key right rear and easy left2 # decrease speech rate
  1327. CMD_SAY_FASTER = switch left front and switch right rear and key right rear and easy right2 # increase speech rate
  1328. CMD_SPKHOME = switch left front and switch right rear and key right front and easy up1 # go to current (most recent) speech position
  1329. CMD_TUNES = switch left front and switch right rear and key right front and easy down1 # toggle alert tunes on/off
  1330. CMD_RESTARTSPEECH = switch left front and switch right rear and key right front and easy up2 # reinitialize speech driver
  1331. CMD_SWSIM_BQ = switch left front and switch right rear and key right front and easy down2 # 
  1332. CMD_SKPIDLNS = switch left front and switch right rear and key right front and easy left1 # toggle skipping of lines with identical content on/off
  1333. CMD_SKPBLNKWINS = switch left front and switch right rear and key right front and easy right1 # toggle skipping of blank windows on/off
  1334. CMD_SLIDEWIN = switch left front and switch right rear and key right front and easy right2 # toggle sliding window on/off
  1335. BLK_ROUTE = switch left front and switch right rear and routing1 # bring cursor to character
  1336. BLK_PRINDENT = switch left front and switch right rear and easy up1 and routing1 # go up to nearest line without greater indent
  1337. BLK_NXINDENT = switch left front and switch right rear and easy down1 and routing1 # go down to nearest line without greater indent
  1338. BLK_SETLEFT = switch left front and switch right rear and easy up2 and routing1 # position left end of window at character
  1339. BLK_DESCCHAR = switch left front and switch right rear and easy down2 and routing1 # describe character
  1340. BLK_CUTAPPEND = switch left front and switch right rear and easy left1 and routing1 # append to existing cut buffer from character
  1341. BLK_CUTLINE = switch left front and switch right rear and easy right1 and routing1 # linear cut to character
  1342. BLK_CUTBEGIN = switch left front and switch right rear and easy left2 and routing1 # start new cut buffer at character
  1343. BLK_CUTRECT = switch left front and switch right rear and easy right2 and routing1 # rectangular cut to character
  1344. BLK_DESCCHAR = switch left front and switch right rear and routing2 # describe character
  1345. CMD_BACK = switch left front and switch right front and key left rear # go back (undo unexpected cursor tracking motion)
  1346. CMD_HOME = switch left front and switch right front and key left front # go to cursor
  1347. CMD_HELP = switch left front and switch right front and key right rear # enter/leave help display
  1348. CMD_LEARN = switch left front and switch right front and key right front # enter/leave command learn mode
  1349. CMD_SIXDOTS = switch left front and switch right front and key left rear and easy up1 # toggle text style 6-dot/8-dot
  1350. CMD_PASTE = switch left front and switch right front and key left rear and easy down1 # insert cut buffer at cursor
  1351. CMD_CAPBLINK = switch left front and switch right front and key left rear and easy up2 # toggle capital letter blinking on/off
  1352. CMD_CSRJMP_VERT = switch left front and switch right front and key left rear and easy down2 # bring cursor to line (no horizontal motion)
  1353. CMD_DISPMD = switch left front and switch right front and key left rear and easy left1 # toggle display mode attributes/text
  1354. CMD_CSRTRK = switch left front and switch right front and key left rear and easy right1 # toggle cursor tracking on/off
  1355. CMD_ATTRVIS = switch left front and switch right front and key left rear and easy left2 # toggle attribute underlining on/off
  1356. CMD_CSRVIS = switch left front and switch right front and key left rear and easy right2 # toggle cursor visibility on/off
  1357. CMD_AUTOSPEAK = switch left front and switch right front and key left front and easy up1 # toggle autospeak on/off
  1358. CMD_AUTOREPEAT = switch left front and switch right front and key left front and easy down1 # toggle autorepeat on/off
  1359. CMD_RESTARTBRL = switch left front and switch right front and key left front and easy up2 # reinitialize braille driver
  1360. CMD_FREEZE = switch left front and switch right front and key left front and easy down2 # toggle screen mode frozen/live
  1361. CMD_INFO = switch left front and switch right front and key left front and easy left1 # enter/leave status display
  1362. CMD_PREFMENU = switch left front and switch right front and key left front and easy right1 # enter/leave preferences menu
  1363. CMD_PREFLOAD = switch left front and switch right front and key left front and easy left2 # restore saved preferences
  1364. CMD_PREFSAVE = switch left front and switch right front and key left front and easy right2 # save current preferences
  1365. CMD_SAY_ABOVE = switch left front and switch right front and key right rear and easy up1 # speak from top of screen through current line
  1366. CMD_SAY_BELOW = switch left front and switch right front and key right rear and easy down1 # speak from current line through bottom of screen
  1367. CMD_SAY_LOUDER = switch left front and switch right front and key right rear and easy up2 # increase speech volume
  1368. CMD_SAY_SOFTER = switch left front and switch right front and key right rear and easy down2 # decrease speech volume
  1369. CMD_MUTE = switch left front and switch right front and key right rear and easy left1 # stop speaking immediately
  1370. CMD_SAY_LINE = switch left front and switch right front and key right rear and easy right1 # speak current line
  1371. CMD_SAY_SLOWER = switch left front and switch right front and key right rear and easy left2 # decrease speech rate
  1372. CMD_SAY_FASTER = switch left front and switch right front and key right rear and easy right2 # increase speech rate
  1373. CMD_SPKHOME = switch left front and switch right front and key right front and easy up1 # go to current (most recent) speech position
  1374. CMD_TUNES = switch left front and switch right front and key right front and easy down1 # toggle alert tunes on/off
  1375. CMD_RESTARTSPEECH = switch left front and switch right front and key right front and easy up2 # reinitialize speech driver
  1376. CMD_SWSIM_BQ = switch left front and switch right front and key right front and easy down2 # 
  1377. CMD_SKPIDLNS = switch left front and switch right front and key right front and easy left1 # toggle skipping of lines with identical content on/off
  1378. CMD_SKPBLNKWINS = switch left front and switch right front and key right front and easy right1 # toggle skipping of blank windows on/off
  1379. CMD_SLIDEWIN = switch left front and switch right front and key right front and easy right2 # toggle sliding window on/off
  1380. BLK_ROUTE = switch left front and switch right front and routing1 # bring cursor to character
  1381. BLK_PRINDENT = switch left front and switch right front and easy up1 and routing1 # go up to nearest line without greater indent
  1382. BLK_NXINDENT = switch left front and switch right front and easy down1 and routing1 # go down to nearest line without greater indent
  1383. BLK_SETLEFT = switch left front and switch right front and easy up2 and routing1 # position left end of window at character
  1384. BLK_DESCCHAR = switch left front and switch right front and easy down2 and routing1 # describe character
  1385. BLK_CUTAPPEND = switch left front and switch right front and easy left1 and routing1 # append to existing cut buffer from character
  1386. BLK_CUTLINE = switch left front and switch right front and easy right1 and routing1 # linear cut to character
  1387. BLK_CUTBEGIN = switch left front and switch right front and easy left2 and routing1 # start new cut buffer at character
  1388. BLK_CUTRECT = switch left front and switch right front and easy right2 and routing1 # rectangular cut to character
  1389. BLK_DESCCHAR = switch left front and switch right front and routing2 # describe character
  1390. CMD_HELP = status 1 # enter/leave help display
  1391. CMD_HELP off = easy left2 and status 1 # leave help display
  1392. CMD_HELP on = easy right2 and status 1 # enter help display
  1393. CMD_LEARN = status 2 # enter/leave command learn mode
  1394. CMD_CSRJMP_VERT = status 3 # bring cursor to line (no horizontal motion)
  1395. CMD_BACK = status 4 # go back (undo unexpected cursor tracking motion)
  1396. CMD_INFO = status 5 # enter/leave status display
  1397. CMD_INFO off = easy left2 and status 5 # leave status display
  1398. CMD_INFO on = easy right2 and status 5 # enter status display
  1399. CMD_CSRTRK = status 6 # toggle cursor tracking on/off
  1400. CMD_CSRTRK off = easy left2 and status 6 # set cursor tracking off
  1401. CMD_CSRTRK on = easy right2 and status 6 # set cursor tracking on
  1402. CMD_DISPMD = status 7 # toggle display mode attributes/text
  1403. CMD_DISPMD off = easy left2 and status 7 # set display mode text
  1404. CMD_DISPMD on = easy right2 and status 7 # set display mode attributes
  1405. CMD_FREEZE = status 8 # toggle screen mode frozen/live
  1406. CMD_FREEZE off = easy left2 and status 8 # set screen mode live
  1407. CMD_FREEZE on = easy right2 and status 8 # set screen mode frozen
  1408. CMD_PREFMENU = status 9 # enter/leave preferences menu
  1409. CMD_PREFLOAD = status 10 # restore saved preferences
  1410. CMD_CSRVIS = status 11 # toggle cursor visibility on/off
  1411. CMD_CSRVIS off = easy left2 and status 11 # set cursor visibility off
  1412. CMD_CSRVIS on = easy right2 and status 11 # set cursor visibility on
  1413. CMD_ATTRVIS = status 12 # toggle attribute underlining on/off
  1414. CMD_ATTRVIS off = easy left2 and status 12 # set attribute underlining off
  1415. CMD_ATTRVIS on = easy right2 and status 12 # set attribute underlining on
  1416. CMD_PASTE = status 13 # insert cut buffer at cursor
  1417. # --------------------------------------------
  1418. # Terminal Parameters:
  1419. identification = 66
  1420. terminal = "BrailleX EL 80"
  1421. helpfile = "brltty-pm-el_80.hlp"
  1422. displaysize = 80
  1423. statuscells = 2
  1424. haseasybar = 1 1 1 1
  1425. # Status Cells:
  1426. # flag: left half is cell number, right half is no/all dots for off/on
  1427. # horiz: horizontal two-digit number (for vertical status display)
  1428. # number: vertical two-digit number (for horizontal status display)
  1429. status 1 = number GSC_BRLROW # screen row where top of braille window is
  1430. status 2 = number GSC_CSRROW # screen row where cursor is
  1431. # Modifier Keys:
  1432. modifier = switch left rear
  1433. modifier = switch left front
  1434. modifier = switch right rear
  1435. modifier = switch right front
  1436. modifier = key left rear
  1437. modifier = key left front
  1438. modifier = key right rear
  1439. modifier = key right front
  1440. modifier = easy up1
  1441. modifier = easy down1
  1442. modifier = easy left1
  1443. modifier = easy right1
  1444. modifier = easy up2
  1445. modifier = easy down2
  1446. modifier = easy left2
  1447. modifier = easy right2
  1448. # Command Definitions:
  1449. CMD_LNUP = easy up1 # go up one line
  1450. CMD_LNDN = easy down1 # go down one line
  1451. CMD_TOP = easy up2 # go to top line
  1452. CMD_BOT = easy down2 # go to bottom line
  1453. CMD_FWINLT = easy left1 # go left one window
  1454. CMD_FWINRT = easy right1 # go right one window
  1455. CMD_LNBEG = easy left2 # go to beginning of line
  1456. CMD_LNEND = easy right2 # go to end of line
  1457. CMD_PRDIFLN = switch left rear and easy up1 # go up to nearest line with different content
  1458. CMD_NXDIFLN = switch left rear and easy down1 # go down to nearest line with different content
  1459. CMD_ATTRUP = switch left rear and easy up2 # go up to nearest line with different highlighting
  1460. CMD_ATTRDN = switch left rear and easy down2 # go down to nearest line with different highlighting
  1461. CMD_PRPROMPT = switch left rear and easy left1 # go up to previous command prompt
  1462. CMD_NXPROMPT = switch left rear and easy right1 # go down to next command prompt
  1463. CMD_PRPGRPH = switch left rear and easy left2 # go up to last line of previous paragraph
  1464. CMD_NXPGRPH = switch left rear and easy right2 # go down to first line of next paragraph
  1465. KEY_CURSOR_UP = switch right rear and easy up1 # send cursor-up key
  1466. KEY_CURSOR_DOWN = switch right rear and easy down1 # send cursor-down key
  1467. KEY_PAGE_UP = switch right rear and easy up2 # send page-up key
  1468. KEY_PAGE_DOWN = switch right rear and easy down2 # send page-down key
  1469. CMD_FWINLT route = switch right rear and easy left1 # go left one window and route cursor
  1470. CMD_FWINRT route = switch right rear and easy right1 # go right one window and route cursor
  1471. CMD_LNBEG route = switch right rear and easy left2 # go to beginning of line and route cursor
  1472. CMD_LNEND route = switch right rear and easy right2 # go to end of line and route cursor
  1473. KEY_CURSOR_UP = switch left rear and switch right rear and easy up1 # send cursor-up key
  1474. KEY_CURSOR_DOWN = switch left rear and switch right rear and easy down1 # send cursor-down key
  1475. KEY_PAGE_UP = switch left rear and switch right rear and easy up2 # send page-up key
  1476. KEY_PAGE_DOWN = switch left rear and switch right rear and easy down2 # send page-down key
  1477. KEY_CURSOR_LEFT = switch left rear and switch right rear and easy left1 # send cursor-left key
  1478. KEY_CURSOR_RIGHT = switch left rear and switch right rear and easy right1 # send cursor-right key
  1479. KEY_HOME = switch left rear and switch right rear and easy left2 # send home key
  1480. KEY_END = switch left rear and switch right rear and easy right2 # send end key
  1481. CMD_PRSEARCH = switch left front and easy up1 # search backward for content of cut buffer
  1482. CMD_NXSEARCH = switch left front and easy down1 # search forward for content of cut buffer
  1483. CMD_HELP = switch left front and easy up2 # enter/leave help display
  1484. CMD_LEARN = switch left front and easy down2 # enter/leave command learn mode
  1485. CMD_CHRLT = switch left front and easy left1 # go left one character
  1486. CMD_CHRRT = switch left front and easy right1 # go right one character
  1487. CMD_HWINLT = switch left front and easy left2 # go left half a window
  1488. CMD_HWINRT = switch left front and easy right2 # go right half a window
  1489. CMD_MENU_PREV_ITEM = switch right front and easy up1 # go to previous item in menu
  1490. CMD_MENU_NEXT_ITEM = switch right front and easy down1 # go to next item in menu
  1491. CMD_MENU_FIRST_ITEM = switch right front and easy up2 # go to first item in menu
  1492. CMD_MENU_LAST_ITEM = switch right front and easy down2 # go to last item in menu
  1493. CMD_MENU_PREV_SETTING = switch right front and easy left1 # change current item in menu to previous choice
  1494. CMD_MENU_NEXT_SETTING = switch right front and easy right1 # change current item in menu to next choice
  1495. CMD_PREFLOAD = switch right front and easy left2 # restore saved preferences
  1496. CMD_PREFSAVE = switch right front and easy right2 # save current preferences
  1497. CMD_BACK = key left rear # go back (undo unexpected cursor tracking motion)
  1498. CMD_HOME = key left front # go to cursor
  1499. CMD_HELP = key right rear # enter/leave help display
  1500. CMD_LEARN = key right front # enter/leave command learn mode
  1501. CMD_SIXDOTS = key left rear and easy up1 # toggle text style 6-dot/8-dot
  1502. CMD_PASTE = key left rear and easy down1 # insert cut buffer at cursor
  1503. CMD_CAPBLINK = key left rear and easy up2 # toggle capital letter blinking on/off
  1504. CMD_CSRJMP_VERT = key left rear and easy down2 # bring cursor to line (no horizontal motion)
  1505. CMD_DISPMD = key left rear and easy left1 # toggle display mode attributes/text
  1506. CMD_CSRTRK = key left rear and easy right1 # toggle cursor tracking on/off
  1507. CMD_ATTRVIS = key left rear and easy left2 # toggle attribute underlining on/off
  1508. CMD_CSRVIS = key left rear and easy right2 # toggle cursor visibility on/off
  1509. CMD_AUTOSPEAK = key left front and easy up1 # toggle autospeak on/off
  1510. CMD_AUTOREPEAT = key left front and easy down1 # toggle autorepeat on/off
  1511. CMD_RESTARTBRL = key left front and easy up2 # reinitialize braille driver
  1512. CMD_FREEZE = key left front and easy down2 # toggle screen mode frozen/live
  1513. CMD_INFO = key left front and easy left1 # enter/leave status display
  1514. CMD_PREFMENU = key left front and easy right1 # enter/leave preferences menu
  1515. CMD_PREFLOAD = key left front and easy left2 # restore saved preferences
  1516. CMD_PREFSAVE = key left front and easy right2 # save current preferences
  1517. CMD_SAY_ABOVE = key right rear and easy up1 # speak from top of screen through current line
  1518. CMD_SAY_BELOW = key right rear and easy down1 # speak from current line through bottom of screen
  1519. CMD_SAY_LOUDER = key right rear and easy up2 # increase speech volume
  1520. CMD_SAY_SOFTER = key right rear and easy down2 # decrease speech volume
  1521. CMD_MUTE = key right rear and easy left1 # stop speaking immediately
  1522. CMD_SAY_LINE = key right rear and easy right1 # speak current line
  1523. CMD_SAY_SLOWER = key right rear and easy left2 # decrease speech rate
  1524. CMD_SAY_FASTER = key right rear and easy right2 # increase speech rate
  1525. CMD_SPKHOME = key right front and easy up1 # go to current (most recent) speech position
  1526. CMD_TUNES = key right front and easy down1 # toggle alert tunes on/off
  1527. CMD_RESTARTSPEECH = key right front and easy up2 # reinitialize speech driver
  1528. CMD_SWSIM_BQ = key right front and easy down2 # 
  1529. CMD_SKPIDLNS = key right front and easy left1 # toggle skipping of lines with identical content on/off
  1530. CMD_SKPBLNKWINS = key right front and easy right1 # toggle skipping of blank windows on/off
  1531. CMD_SLIDEWIN = key right front and easy right2 # toggle sliding window on/off
  1532. BLK_ROUTE = routing1 # bring cursor to character
  1533. BLK_PRINDENT = easy up1 and routing1 # go up to nearest line without greater indent
  1534. BLK_NXINDENT = easy down1 and routing1 # go down to nearest line without greater indent
  1535. BLK_SETLEFT = easy up2 and routing1 # position left end of window at character
  1536. BLK_DESCCHAR = easy down2 and routing1 # describe character
  1537. BLK_CUTAPPEND = easy left1 and routing1 # append to existing cut buffer from character
  1538. BLK_CUTLINE = easy right1 and routing1 # linear cut to character
  1539. BLK_CUTBEGIN = easy left2 and routing1 # start new cut buffer at character
  1540. BLK_CUTRECT = easy right2 and routing1 # rectangular cut to character
  1541. BLK_DESCCHAR = routing2 # describe character
  1542. CMD_BACK = switch right rear and key left rear # go back (undo unexpected cursor tracking motion)
  1543. CMD_HOME = switch right rear and key left front # go to cursor
  1544. CMD_HELP = switch right rear and key right rear # enter/leave help display
  1545. CMD_LEARN = switch right rear and key right front # enter/leave command learn mode
  1546. CMD_SIXDOTS = switch right rear and key left rear and easy up1 # toggle text style 6-dot/8-dot
  1547. CMD_PASTE = switch right rear and key left rear and easy down1 # insert cut buffer at cursor
  1548. CMD_CAPBLINK = switch right rear and key left rear and easy up2 # toggle capital letter blinking on/off
  1549. CMD_CSRJMP_VERT = switch right rear and key left rear and easy down2 # bring cursor to line (no horizontal motion)
  1550. CMD_DISPMD = switch right rear and key left rear and easy left1 # toggle display mode attributes/text
  1551. CMD_CSRTRK = switch right rear and key left rear and easy right1 # toggle cursor tracking on/off
  1552. CMD_ATTRVIS = switch right rear and key left rear and easy left2 # toggle attribute underlining on/off
  1553. CMD_CSRVIS = switch right rear and key left rear and easy right2 # toggle cursor visibility on/off
  1554. CMD_AUTOSPEAK = switch right rear and key left front and easy up1 # toggle autospeak on/off
  1555. CMD_AUTOREPEAT = switch right rear and key left front and easy down1 # toggle autorepeat on/off
  1556. CMD_RESTARTBRL = switch right rear and key left front and easy up2 # reinitialize braille driver
  1557. CMD_FREEZE = switch right rear and key left front and easy down2 # toggle screen mode frozen/live
  1558. CMD_INFO = switch right rear and key left front and easy left1 # enter/leave status display
  1559. CMD_PREFMENU = switch right rear and key left front and easy right1 # enter/leave preferences menu
  1560. CMD_PREFLOAD = switch right rear and key left front and easy left2 # restore saved preferences
  1561. CMD_PREFSAVE = switch right rear and key left front and easy right2 # save current preferences
  1562. CMD_SAY_ABOVE = switch right rear and key right rear and easy up1 # speak from top of screen through current line
  1563. CMD_SAY_BELOW = switch right rear and key right rear and easy down1 # speak from current line through bottom of screen
  1564. CMD_SAY_LOUDER = switch right rear and key right rear and easy up2 # increase speech volume
  1565. CMD_SAY_SOFTER = switch right rear and key right rear and easy down2 # decrease speech volume
  1566. CMD_MUTE = switch right rear and key right rear and easy left1 # stop speaking immediately
  1567. CMD_SAY_LINE = switch right rear and key right rear and easy right1 # speak current line
  1568. CMD_SAY_SLOWER = switch right rear and key right rear and easy left2 # decrease speech rate
  1569. CMD_SAY_FASTER = switch right rear and key right rear and easy right2 # increase speech rate
  1570. CMD_SPKHOME = switch right rear and key right front and easy up1 # go to current (most recent) speech position
  1571. CMD_TUNES = switch right rear and key right front and easy down1 # toggle alert tunes on/off
  1572. CMD_RESTARTSPEECH = switch right rear and key right front and easy up2 # reinitialize speech driver
  1573. CMD_SWSIM_BQ = switch right rear and key right front and easy down2 # 
  1574. CMD_SKPIDLNS = switch right rear and key right front and easy left1 # toggle skipping of lines with identical content on/off
  1575. CMD_SKPBLNKWINS = switch right rear and key right front and easy right1 # toggle skipping of blank windows on/off
  1576. CMD_SLIDEWIN = switch right rear and key right front and easy right2 # toggle sliding window on/off
  1577. BLK_ROUTE = switch right rear and routing1 # bring cursor to character
  1578. BLK_PRINDENT = switch right rear and easy up1 and routing1 # go up to nearest line without greater indent
  1579. BLK_NXINDENT = switch right rear and easy down1 and routing1 # go down to nearest line without greater indent
  1580. BLK_SETLEFT = switch right rear and easy up2 and routing1 # position left end of window at character
  1581. BLK_DESCCHAR = switch right rear and easy down2 and routing1 # describe character
  1582. BLK_CUTAPPEND = switch right rear and easy left1 and routing1 # append to existing cut buffer from character
  1583. BLK_CUTLINE = switch right rear and easy right1 and routing1 # linear cut to character
  1584. BLK_CUTBEGIN = switch right rear and easy left2 and routing1 # start new cut buffer at character
  1585. BLK_CUTRECT = switch right rear and easy right2 and routing1 # rectangular cut to character
  1586. BLK_DESCCHAR = switch right rear and routing2 # describe character
  1587. CMD_BACK = switch right front and key left rear # go back (undo unexpected cursor tracking motion)
  1588. CMD_HOME = switch right front and key left front # go to cursor
  1589. CMD_HELP = switch right front and key right rear # enter/leave help display
  1590. CMD_LEARN = switch right front and key right front # enter/leave command learn mode
  1591. CMD_SIXDOTS = switch right front and key left rear and easy up1 # toggle text style 6-dot/8-dot
  1592. CMD_PASTE = switch right front and key left rear and easy down1 # insert cut buffer at cursor
  1593. CMD_CAPBLINK = switch right front and key left rear and easy up2 # toggle capital letter blinking on/off
  1594. CMD_CSRJMP_VERT = switch right front and key left rear and easy down2 # bring cursor to line (no horizontal motion)
  1595. CMD_DISPMD = switch right front and key left rear and easy left1 # toggle display mode attributes/text
  1596. CMD_CSRTRK = switch right front and key left rear and easy right1 # toggle cursor tracking on/off
  1597. CMD_ATTRVIS = switch right front and key left rear and easy left2 # toggle attribute underlining on/off
  1598. CMD_CSRVIS = switch right front and key left rear and easy right2 # toggle cursor visibility on/off
  1599. CMD_AUTOSPEAK = switch right front and key left front and easy up1 # toggle autospeak on/off
  1600. CMD_AUTOREPEAT = switch right front and key left front and easy down1 # toggle autorepeat on/off
  1601. CMD_RESTARTBRL = switch right front and key left front and easy up2 # reinitialize braille driver
  1602. CMD_FREEZE = switch right front and key left front and easy down2 # toggle screen mode frozen/live
  1603. CMD_INFO = switch right front and key left front and easy left1 # enter/leave status display
  1604. CMD_PREFMENU = switch right front and key left front and easy right1 # enter/leave preferences menu
  1605. CMD_PREFLOAD = switch right front and key left front and easy left2 # restore saved preferences
  1606. CMD_PREFSAVE = switch right front and key left front and easy right2 # save current preferences
  1607. CMD_SAY_ABOVE = switch right front and key right rear and easy up1 # speak from top of screen through current line
  1608. CMD_SAY_BELOW = switch right front and key right rear and easy down1 # speak from current line through bottom of screen
  1609. CMD_SAY_LOUDER = switch right front and key right rear and easy up2 # increase speech volume
  1610. CMD_SAY_SOFTER = switch right front and key right rear and easy down2 # decrease speech volume
  1611. CMD_MUTE = switch right front and key right rear and easy left1 # stop speaking immediately
  1612. CMD_SAY_LINE = switch right front and key right rear and easy right1 # speak current line
  1613. CMD_SAY_SLOWER = switch right front and key right rear and easy left2 # decrease speech rate
  1614. CMD_SAY_FASTER = switch right front and key right rear and easy right2 # increase speech rate
  1615. CMD_SPKHOME = switch right front and key right front and easy up1 # go to current (most recent) speech position
  1616. CMD_TUNES = switch right front and key right front and easy down1 # toggle alert tunes on/off
  1617. CMD_RESTARTSPEECH = switch right front and key right front and easy up2 # reinitialize speech driver
  1618. CMD_SWSIM_BQ = switch right front and key right front and easy down2 # 
  1619. CMD_SKPIDLNS = switch right front and key right front and easy left1 # toggle skipping of lines with identical content on/off
  1620. CMD_SKPBLNKWINS = switch right front and key right front and easy right1 # toggle skipping of blank windows on/off
  1621. CMD_SLIDEWIN = switch right front and key right front and easy right2 # toggle sliding window on/off
  1622. BLK_ROUTE = switch right front and routing1 # bring cursor to character
  1623. BLK_PRINDENT = switch right front and easy up1 and routing1 # go up to nearest line without greater indent
  1624. BLK_NXINDENT = switch right front and easy down1 and routing1 # go down to nearest line without greater indent
  1625. BLK_SETLEFT = switch right front and easy up2 and routing1 # position left end of window at character
  1626. BLK_DESCCHAR = switch right front and easy down2 and routing1 # describe character
  1627. BLK_CUTAPPEND = switch right front and easy left1 and routing1 # append to existing cut buffer from character
  1628. BLK_CUTLINE = switch right front and easy right1 and routing1 # linear cut to character
  1629. BLK_CUTBEGIN = switch right front and easy left2 and routing1 # start new cut buffer at character
  1630. BLK_CUTRECT = switch right front and easy right2 and routing1 # rectangular cut to character
  1631. BLK_DESCCHAR = switch right front and routing2 # describe character
  1632. CMD_BACK = switch left rear and key left rear # go back (undo unexpected cursor tracking motion)
  1633. CMD_HOME = switch left rear and key left front # go to cursor
  1634. CMD_HELP = switch left rear and key right rear # enter/leave help display
  1635. CMD_LEARN = switch left rear and key right front # enter/leave command learn mode
  1636. CMD_SIXDOTS = switch left rear and key left rear and easy up1 # toggle text style 6-dot/8-dot
  1637. CMD_PASTE = switch left rear and key left rear and easy down1 # insert cut buffer at cursor
  1638. CMD_CAPBLINK = switch left rear and key left rear and easy up2 # toggle capital letter blinking on/off
  1639. CMD_CSRJMP_VERT = switch left rear and key left rear and easy down2 # bring cursor to line (no horizontal motion)
  1640. CMD_DISPMD = switch left rear and key left rear and easy left1 # toggle display mode attributes/text
  1641. CMD_CSRTRK = switch left rear and key left rear and easy right1 # toggle cursor tracking on/off
  1642. CMD_ATTRVIS = switch left rear and key left rear and easy left2 # toggle attribute underlining on/off
  1643. CMD_CSRVIS = switch left rear and key left rear and easy right2 # toggle cursor visibility on/off
  1644. CMD_AUTOSPEAK = switch left rear and key left front and easy up1 # toggle autospeak on/off
  1645. CMD_AUTOREPEAT = switch left rear and key left front and easy down1 # toggle autorepeat on/off
  1646. CMD_RESTARTBRL = switch left rear and key left front and easy up2 # reinitialize braille driver
  1647. CMD_FREEZE = switch left rear and key left front and easy down2 # toggle screen mode frozen/live
  1648. CMD_INFO = switch left rear and key left front and easy left1 # enter/leave status display
  1649. CMD_PREFMENU = switch left rear and key left front and easy right1 # enter/leave preferences menu
  1650. CMD_PREFLOAD = switch left rear and key left front and easy left2 # restore saved preferences
  1651. CMD_PREFSAVE = switch left rear and key left front and easy right2 # save current preferences
  1652. CMD_SAY_ABOVE = switch left rear and key right rear and easy up1 # speak from top of screen through current line
  1653. CMD_SAY_BELOW = switch left rear and key right rear and easy down1 # speak from current line through bottom of screen
  1654. CMD_SAY_LOUDER = switch left rear and key right rear and easy up2 # increase speech volume
  1655. CMD_SAY_SOFTER = switch left rear and key right rear and easy down2 # decrease speech volume
  1656. CMD_MUTE = switch left rear and key right rear and easy left1 # stop speaking immediately
  1657. CMD_SAY_LINE = switch left rear and key right rear and easy right1 # speak current line
  1658. CMD_SAY_SLOWER = switch left rear and key right rear and easy left2 # decrease speech rate
  1659. CMD_SAY_FASTER = switch left rear and key right rear and easy right2 # increase speech rate
  1660. CMD_SPKHOME = switch left rear and key right front and easy up1 # go to current (most recent) speech position
  1661. CMD_TUNES = switch left rear and key right front and easy down1 # toggle alert tunes on/off
  1662. CMD_RESTARTSPEECH = switch left rear and key right front and easy up2 # reinitialize speech driver
  1663. CMD_SWSIM_BQ = switch left rear and key right front and easy down2 # 
  1664. CMD_SKPIDLNS = switch left rear and key right front and easy left1 # toggle skipping of lines with identical content on/off
  1665. CMD_SKPBLNKWINS = switch left rear and key right front and easy right1 # toggle skipping of blank windows on/off
  1666. CMD_SLIDEWIN = switch left rear and key right front and easy right2 # toggle sliding window on/off
  1667. BLK_ROUTE = switch left rear and routing1 # bring cursor to character
  1668. BLK_PRINDENT = switch left rear and easy up1 and routing1 # go up to nearest line without greater indent
  1669. BLK_NXINDENT = switch left rear and easy down1 and routing1 # go down to nearest line without greater indent
  1670. BLK_SETLEFT = switch left rear and easy up2 and routing1 # position left end of window at character
  1671. BLK_DESCCHAR = switch left rear and easy down2 and routing1 # describe character
  1672. BLK_CUTAPPEND = switch left rear and easy left1 and routing1 # append to existing cut buffer from character
  1673. BLK_CUTLINE = switch left rear and easy right1 and routing1 # linear cut to character
  1674. BLK_CUTBEGIN = switch left rear and easy left2 and routing1 # start new cut buffer at character
  1675. BLK_CUTRECT = switch left rear and easy right2 and routing1 # rectangular cut to character
  1676. BLK_DESCCHAR = switch left rear and routing2 # describe character
  1677. CMD_BACK = switch left rear and switch right rear and key left rear # go back (undo unexpected cursor tracking motion)
  1678. CMD_HOME = switch left rear and switch right rear and key left front # go to cursor
  1679. CMD_HELP = switch left rear and switch right rear and key right rear # enter/leave help display
  1680. CMD_LEARN = switch left rear and switch right rear and key right front # enter/leave command learn mode
  1681. CMD_SIXDOTS = switch left rear and switch right rear and key left rear and easy up1 # toggle text style 6-dot/8-dot
  1682. CMD_PASTE = switch left rear and switch right rear and key left rear and easy down1 # insert cut buffer at cursor
  1683. CMD_CAPBLINK = switch left rear and switch right rear and key left rear and easy up2 # toggle capital letter blinking on/off
  1684. CMD_CSRJMP_VERT = switch left rear and switch right rear and key left rear and easy down2 # bring cursor to line (no horizontal motion)
  1685. CMD_DISPMD = switch left rear and switch right rear and key left rear and easy left1 # toggle display mode attributes/text
  1686. CMD_CSRTRK = switch left rear and switch right rear and key left rear and easy right1 # toggle cursor tracking on/off
  1687. CMD_ATTRVIS = switch left rear and switch right rear and key left rear and easy left2 # toggle attribute underlining on/off
  1688. CMD_CSRVIS = switch left rear and switch right rear and key left rear and easy right2 # toggle cursor visibility on/off
  1689. CMD_AUTOSPEAK = switch left rear and switch right rear and key left front and easy up1 # toggle autospeak on/off
  1690. CMD_AUTOREPEAT = switch left rear and switch right rear and key left front and easy down1 # toggle autorepeat on/off
  1691. CMD_RESTARTBRL = switch left rear and switch right rear and key left front and easy up2 # reinitialize braille driver
  1692. CMD_FREEZE = switch left rear and switch right rear and key left front and easy down2 # toggle screen mode frozen/live
  1693. CMD_INFO = switch left rear and switch right rear and key left front and easy left1 # enter/leave status display
  1694. CMD_PREFMENU = switch left rear and switch right rear and key left front and easy right1 # enter/leave preferences menu
  1695. CMD_PREFLOAD = switch left rear and switch right rear and key left front and easy left2 # restore saved preferences
  1696. CMD_PREFSAVE = switch left rear and switch right rear and key left front and easy right2 # save current preferences
  1697. CMD_SAY_ABOVE = switch left rear and switch right rear and key right rear and easy up1 # speak from top of screen through current line
  1698. CMD_SAY_BELOW = switch left rear and switch right rear and key right rear and easy down1 # speak from current line through bottom of screen
  1699. CMD_SAY_LOUDER = switch left rear and switch right rear and key right rear and easy up2 # increase speech volume
  1700. CMD_SAY_SOFTER = switch left rear and switch right rear and key right rear and easy down2 # decrease speech volume
  1701. CMD_MUTE = switch left rear and switch right rear and key right rear and easy left1 # stop speaking immediately
  1702. CMD_SAY_LINE = switch left rear and switch right rear and key right rear and easy right1 # speak current line
  1703. CMD_SAY_SLOWER = switch left rear and switch right rear and key right rear and easy left2 # decrease speech rate
  1704. CMD_SAY_FASTER = switch left rear and switch right rear and key right rear and easy right2 # increase speech rate
  1705. CMD_SPKHOME = switch left rear and switch right rear and key right front and easy up1 # go to current (most recent) speech position
  1706. CMD_TUNES = switch left rear and switch right rear and key right front and easy down1 # toggle alert tunes on/off
  1707. CMD_RESTARTSPEECH = switch left rear and switch right rear and key right front and easy up2 # reinitialize speech driver
  1708. CMD_SWSIM_BQ = switch left rear and switch right rear and key right front and easy down2 # 
  1709. CMD_SKPIDLNS = switch left rear and switch right rear and key right front and easy left1 # toggle skipping of lines with identical content on/off
  1710. CMD_SKPBLNKWINS = switch left rear and switch right rear and key right front and easy right1 # toggle skipping of blank windows on/off
  1711. CMD_SLIDEWIN = switch left rear and switch right rear and key right front and easy right2 # toggle sliding window on/off
  1712. BLK_ROUTE = switch left rear and switch right rear and routing1 # bring cursor to character
  1713. BLK_PRINDENT = switch left rear and switch right rear and easy up1 and routing1 # go up to nearest line without greater indent
  1714. BLK_NXINDENT = switch left rear and switch right rear and easy down1 and routing1 # go down to nearest line without greater indent
  1715. BLK_SETLEFT = switch left rear and switch right rear and easy up2 and routing1 # position left end of window at character
  1716. BLK_DESCCHAR = switch left rear and switch right rear and easy down2 and routing1 # describe character
  1717. BLK_CUTAPPEND = switch left rear and switch right rear and easy left1 and routing1 # append to existing cut buffer from character
  1718. BLK_CUTLINE = switch left rear and switch right rear and easy right1 and routing1 # linear cut to character
  1719. BLK_CUTBEGIN = switch left rear and switch right rear and easy left2 and routing1 # start new cut buffer at character
  1720. BLK_CUTRECT = switch left rear and switch right rear and easy right2 and routing1 # rectangular cut to character
  1721. BLK_DESCCHAR = switch left rear and switch right rear and routing2 # describe character
  1722. CMD_BACK = switch left rear and switch right front and key left rear # go back (undo unexpected cursor tracking motion)
  1723. CMD_HOME = switch left rear and switch right front and key left front # go to cursor
  1724. CMD_HELP = switch left rear and switch right front and key right rear # enter/leave help display
  1725. CMD_LEARN = switch left rear and switch right front and key right front # enter/leave command learn mode
  1726. CMD_SIXDOTS = switch left rear and switch right front and key left rear and easy up1 # toggle text style 6-dot/8-dot
  1727. CMD_PASTE = switch left rear and switch right front and key left rear and easy down1 # insert cut buffer at cursor
  1728. CMD_CAPBLINK = switch left rear and switch right front and key left rear and easy up2 # toggle capital letter blinking on/off
  1729. CMD_CSRJMP_VERT = switch left rear and switch right front and key left rear and easy down2 # bring cursor to line (no horizontal motion)
  1730. CMD_DISPMD = switch left rear and switch right front and key left rear and easy left1 # toggle display mode attributes/text
  1731. CMD_CSRTRK = switch left rear and switch right front and key left rear and easy right1 # toggle cursor tracking on/off
  1732. CMD_ATTRVIS = switch left rear and switch right front and key left rear and easy left2 # toggle attribute underlining on/off
  1733. CMD_CSRVIS = switch left rear and switch right front and key left rear and easy right2 # toggle cursor visibility on/off
  1734. CMD_AUTOSPEAK = switch left rear and switch right front and key left front and easy up1 # toggle autospeak on/off
  1735. CMD_AUTOREPEAT = switch left rear and switch right front and key left front and easy down1 # toggle autorepeat on/off
  1736. CMD_RESTARTBRL = switch left rear and switch right front and key left front and easy up2 # reinitialize braille driver
  1737. CMD_FREEZE = switch left rear and switch right front and key left front and easy down2 # toggle screen mode frozen/live
  1738. CMD_INFO = switch left rear and switch right front and key left front and easy left1 # enter/leave status display
  1739. CMD_PREFMENU = switch left rear and switch right front and key left front and easy right1 # enter/leave preferences menu
  1740. CMD_PREFLOAD = switch left rear and switch right front and key left front and easy left2 # restore saved preferences
  1741. CMD_PREFSAVE = switch left rear and switch right front and key left front and easy right2 # save current preferences
  1742. CMD_SAY_ABOVE = switch left rear and switch right front and key right rear and easy up1 # speak from top of screen through current line
  1743. CMD_SAY_BELOW = switch left rear and switch right front and key right rear and easy down1 # speak from current line through bottom of screen
  1744. CMD_SAY_LOUDER = switch left rear and switch right front and key right rear and easy up2 # increase speech volume
  1745. CMD_SAY_SOFTER = switch left rear and switch right front and key right rear and easy down2 # decrease speech volume
  1746. CMD_MUTE = switch left rear and switch right front and key right rear and easy left1 # stop speaking immediately
  1747. CMD_SAY_LINE = switch left rear and switch right front and key right rear and easy right1 # speak current line
  1748. CMD_SAY_SLOWER = switch left rear and switch right front and key right rear and easy left2 # decrease speech rate
  1749. CMD_SAY_FASTER = switch left rear and switch right front and key right rear and easy right2 # increase speech rate
  1750. CMD_SPKHOME = switch left rear and switch right front and key right front and easy up1 # go to current (most recent) speech position
  1751. CMD_TUNES = switch left rear and switch right front and key right front and easy down1 # toggle alert tunes on/off
  1752. CMD_RESTARTSPEECH = switch left rear and switch right front and key right front and easy up2 # reinitialize speech driver
  1753. CMD_SWSIM_BQ = switch left rear and switch right front and key right front and easy down2 # 
  1754. CMD_SKPIDLNS = switch left rear and switch right front and key right front and easy left1 # toggle skipping of lines with identical content on/off
  1755. CMD_SKPBLNKWINS = switch left rear and switch right front and key right front and easy right1 # toggle skipping of blank windows on/off
  1756. CMD_SLIDEWIN = switch left rear and switch right front and key right front and easy right2 # toggle sliding window on/off
  1757. BLK_ROUTE = switch left rear and switch right front and routing1 # bring cursor to character
  1758. BLK_PRINDENT = switch left rear and switch right front and easy up1 and routing1 # go up to nearest line without greater indent
  1759. BLK_NXINDENT = switch left rear and switch right front and easy down1 and routing1 # go down to nearest line without greater indent
  1760. BLK_SETLEFT = switch left rear and switch right front and easy up2 and routing1 # position left end of window at character
  1761. BLK_DESCCHAR = switch left rear and switch right front and easy down2 and routing1 # describe character
  1762. BLK_CUTAPPEND = switch left rear and switch right front and easy left1 and routing1 # append to existing cut buffer from character
  1763. BLK_CUTLINE = switch left rear and switch right front and easy right1 and routing1 # linear cut to character
  1764. BLK_CUTBEGIN = switch left rear and switch right front and easy left2 and routing1 # start new cut buffer at character
  1765. BLK_CUTRECT = switch left rear and switch right front and easy right2 and routing1 # rectangular cut to character
  1766. BLK_DESCCHAR = switch left rear and switch right front and routing2 # describe character
  1767. CMD_BACK = switch left front and key left rear # go back (undo unexpected cursor tracking motion)
  1768. CMD_HOME = switch left front and key left front # go to cursor
  1769. CMD_HELP = switch left front and key right rear # enter/leave help display
  1770. CMD_LEARN = switch left front and key right front # enter/leave command learn mode
  1771. CMD_SIXDOTS = switch left front and key left rear and easy up1 # toggle text style 6-dot/8-dot
  1772. CMD_PASTE = switch left front and key left rear and easy down1 # insert cut buffer at cursor
  1773. CMD_CAPBLINK = switch left front and key left rear and easy up2 # toggle capital letter blinking on/off
  1774. CMD_CSRJMP_VERT = switch left front and key left rear and easy down2 # bring cursor to line (no horizontal motion)
  1775. CMD_DISPMD = switch left front and key left rear and easy left1 # toggle display mode attributes/text
  1776. CMD_CSRTRK = switch left front and key left rear and easy right1 # toggle cursor tracking on/off
  1777. CMD_ATTRVIS = switch left front and key left rear and easy left2 # toggle attribute underlining on/off
  1778. CMD_CSRVIS = switch left front and key left rear and easy right2 # toggle cursor visibility on/off
  1779. CMD_AUTOSPEAK = switch left front and key left front and easy up1 # toggle autospeak on/off
  1780. CMD_AUTOREPEAT = switch left front and key left front and easy down1 # toggle autorepeat on/off
  1781. CMD_RESTARTBRL = switch left front and key left front and easy up2 # reinitialize braille driver
  1782. CMD_FREEZE = switch left front and key left front and easy down2 # toggle screen mode frozen/live
  1783. CMD_INFO = switch left front and key left front and easy left1 # enter/leave status display
  1784. CMD_PREFMENU = switch left front and key left front and easy right1 # enter/leave preferences menu
  1785. CMD_PREFLOAD = switch left front and key left front and easy left2 # restore saved preferences
  1786. CMD_PREFSAVE = switch left front and key left front and easy right2 # save current preferences
  1787. CMD_SAY_ABOVE = switch left front and key right rear and easy up1 # speak from top of screen through current line
  1788. CMD_SAY_BELOW = switch left front and key right rear and easy down1 # speak from current line through bottom of screen
  1789. CMD_SAY_LOUDER = switch left front and key right rear and easy up2 # increase speech volume
  1790. CMD_SAY_SOFTER = switch left front and key right rear and easy down2 # decrease speech volume
  1791. CMD_MUTE = switch left front and key right rear and easy left1 # stop speaking immediately
  1792. CMD_SAY_LINE = switch left front and key right rear and easy right1 # speak current line
  1793. CMD_SAY_SLOWER = switch left front and key right rear and easy left2 # decrease speech rate
  1794. CMD_SAY_FASTER = switch left front and key right rear and easy right2 # increase speech rate
  1795. CMD_SPKHOME = switch left front and key right front and easy up1 # go to current (most recent) speech position
  1796. CMD_TUNES = switch left front and key right front and easy down1 # toggle alert tunes on/off
  1797. CMD_RESTARTSPEECH = switch left front and key right front and easy up2 # reinitialize speech driver
  1798. CMD_SWSIM_BQ = switch left front and key right front and easy down2 # 
  1799. CMD_SKPIDLNS = switch left front and key right front and easy left1 # toggle skipping of lines with identical content on/off
  1800. CMD_SKPBLNKWINS = switch left front and key right front and easy right1 # toggle skipping of blank windows on/off
  1801. CMD_SLIDEWIN = switch left front and key right front and easy right2 # toggle sliding window on/off
  1802. BLK_ROUTE = switch left front and routing1 # bring cursor to character
  1803. BLK_PRINDENT = switch left front and easy up1 and routing1 # go up to nearest line without greater indent
  1804. BLK_NXINDENT = switch left front and easy down1 and routing1 # go down to nearest line without greater indent
  1805. BLK_SETLEFT = switch left front and easy up2 and routing1 # position left end of window at character
  1806. BLK_DESCCHAR = switch left front and easy down2 and routing1 # describe character
  1807. BLK_CUTAPPEND = switch left front and easy left1 and routing1 # append to existing cut buffer from character
  1808. BLK_CUTLINE = switch left front and easy right1 and routing1 # linear cut to character
  1809. BLK_CUTBEGIN = switch left front and easy left2 and routing1 # start new cut buffer at character
  1810. BLK_CUTRECT = switch left front and easy right2 and routing1 # rectangular cut to character
  1811. BLK_DESCCHAR = switch left front and routing2 # describe character
  1812. CMD_BACK = switch left front and switch right rear and key left rear # go back (undo unexpected cursor tracking motion)
  1813. CMD_HOME = switch left front and switch right rear and key left front # go to cursor
  1814. CMD_HELP = switch left front and switch right rear and key right rear # enter/leave help display
  1815. CMD_LEARN = switch left front and switch right rear and key right front # enter/leave command learn mode
  1816. CMD_SIXDOTS = switch left front and switch right rear and key left rear and easy up1 # toggle text style 6-dot/8-dot
  1817. CMD_PASTE = switch left front and switch right rear and key left rear and easy down1 # insert cut buffer at cursor
  1818. CMD_CAPBLINK = switch left front and switch right rear and key left rear and easy up2 # toggle capital letter blinking on/off
  1819. CMD_CSRJMP_VERT = switch left front and switch right rear and key left rear and easy down2 # bring cursor to line (no horizontal motion)
  1820. CMD_DISPMD = switch left front and switch right rear and key left rear and easy left1 # toggle display mode attributes/text
  1821. CMD_CSRTRK = switch left front and switch right rear and key left rear and easy right1 # toggle cursor tracking on/off
  1822. CMD_ATTRVIS = switch left front and switch right rear and key left rear and easy left2 # toggle attribute underlining on/off
  1823. CMD_CSRVIS = switch left front and switch right rear and key left rear and easy right2 # toggle cursor visibility on/off
  1824. CMD_AUTOSPEAK = switch left front and switch right rear and key left front and easy up1 # toggle autospeak on/off
  1825. CMD_AUTOREPEAT = switch left front and switch right rear and key left front and easy down1 # toggle autorepeat on/off
  1826. CMD_RESTARTBRL = switch left front and switch right rear and key left front and easy up2 # reinitialize braille driver
  1827. CMD_FREEZE = switch left front and switch right rear and key left front and easy down2 # toggle screen mode frozen/live
  1828. CMD_INFO = switch left front and switch right rear and key left front and easy left1 # enter/leave status display
  1829. CMD_PREFMENU = switch left front and switch right rear and key left front and easy right1 # enter/leave preferences menu
  1830. CMD_PREFLOAD = switch left front and switch right rear and key left front and easy left2 # restore saved preferences
  1831. CMD_PREFSAVE = switch left front and switch right rear and key left front and easy right2 # save current preferences
  1832. CMD_SAY_ABOVE = switch left front and switch right rear and key right rear and easy up1 # speak from top of screen through current line
  1833. CMD_SAY_BELOW = switch left front and switch right rear and key right rear and easy down1 # speak from current line through bottom of screen
  1834. CMD_SAY_LOUDER = switch left front and switch right rear and key right rear and easy up2 # increase speech volume
  1835. CMD_SAY_SOFTER = switch left front and switch right rear and key right rear and easy down2 # decrease speech volume
  1836. CMD_MUTE = switch left front and switch right rear and key right rear and easy left1 # stop speaking immediately
  1837. CMD_SAY_LINE = switch left front and switch right rear and key right rear and easy right1 # speak current line
  1838. CMD_SAY_SLOWER = switch left front and switch right rear and key right rear and easy left2 # decrease speech rate
  1839. CMD_SAY_FASTER = switch left front and switch right rear and key right rear and easy right2 # increase speech rate
  1840. CMD_SPKHOME = switch left front and switch right rear and key right front and easy up1 # go to current (most recent) speech position
  1841. CMD_TUNES = switch left front and switch right rear and key right front and easy down1 # toggle alert tunes on/off
  1842. CMD_RESTARTSPEECH = switch left front and switch right rear and key right front and easy up2 # reinitialize speech driver
  1843. CMD_SWSIM_BQ = switch left front and switch right rear and key right front and easy down2 # 
  1844. CMD_SKPIDLNS = switch left front and switch right rear and key right front and easy left1 # toggle skipping of lines with identical content on/off
  1845. CMD_SKPBLNKWINS = switch left front and switch right rear and key right front and easy right1 # toggle skipping of blank windows on/off
  1846. CMD_SLIDEWIN = switch left front and switch right rear and key right front and easy right2 # toggle sliding window on/off
  1847. BLK_ROUTE = switch left front and switch right rear and routing1 # bring cursor to character
  1848. BLK_PRINDENT = switch left front and switch right rear and easy up1 and routing1 # go up to nearest line without greater indent
  1849. BLK_NXINDENT = switch left front and switch right rear and easy down1 and routing1 # go down to nearest line without greater indent
  1850. BLK_SETLEFT = switch left front and switch right rear and easy up2 and routing1 # position left end of window at character
  1851. BLK_DESCCHAR = switch left front and switch right rear and easy down2 and routing1 # describe character
  1852. BLK_CUTAPPEND = switch left front and switch right rear and easy left1 and routing1 # append to existing cut buffer from character
  1853. BLK_CUTLINE = switch left front and switch right rear and easy right1 and routing1 # linear cut to character
  1854. BLK_CUTBEGIN = switch left front and switch right rear and easy left2 and routing1 # start new cut buffer at character
  1855. BLK_CUTRECT = switch left front and switch right rear and easy right2 and routing1 # rectangular cut to character
  1856. BLK_DESCCHAR = switch left front and switch right rear and routing2 # describe character
  1857. CMD_BACK = switch left front and switch right front and key left rear # go back (undo unexpected cursor tracking motion)
  1858. CMD_HOME = switch left front and switch right front and key left front # go to cursor
  1859. CMD_HELP = switch left front and switch right front and key right rear # enter/leave help display
  1860. CMD_LEARN = switch left front and switch right front and key right front # enter/leave command learn mode
  1861. CMD_SIXDOTS = switch left front and switch right front and key left rear and easy up1 # toggle text style 6-dot/8-dot
  1862. CMD_PASTE = switch left front and switch right front and key left rear and easy down1 # insert cut buffer at cursor
  1863. CMD_CAPBLINK = switch left front and switch right front and key left rear and easy up2 # toggle capital letter blinking on/off
  1864. CMD_CSRJMP_VERT = switch left front and switch right front and key left rear and easy down2 # bring cursor to line (no horizontal motion)
  1865. CMD_DISPMD = switch left front and switch right front and key left rear and easy left1 # toggle display mode attributes/text
  1866. CMD_CSRTRK = switch left front and switch right front and key left rear and easy right1 # toggle cursor tracking on/off
  1867. CMD_ATTRVIS = switch left front and switch right front and key left rear and easy left2 # toggle attribute underlining on/off
  1868. CMD_CSRVIS = switch left front and switch right front and key left rear and easy right2 # toggle cursor visibility on/off
  1869. CMD_AUTOSPEAK = switch left front and switch right front and key left front and easy up1 # toggle autospeak on/off
  1870. CMD_AUTOREPEAT = switch left front and switch right front and key left front and easy down1 # toggle autorepeat on/off
  1871. CMD_RESTARTBRL = switch left front and switch right front and key left front and easy up2 # reinitialize braille driver
  1872. CMD_FREEZE = switch left front and switch right front and key left front and easy down2 # toggle screen mode frozen/live
  1873. CMD_INFO = switch left front and switch right front and key left front and easy left1 # enter/leave status display
  1874. CMD_PREFMENU = switch left front and switch right front and key left front and easy right1 # enter/leave preferences menu
  1875. CMD_PREFLOAD = switch left front and switch right front and key left front and easy left2 # restore saved preferences
  1876. CMD_PREFSAVE = switch left front and switch right front and key left front and easy right2 # save current preferences
  1877. CMD_SAY_ABOVE = switch left front and switch right front and key right rear and easy up1 # speak from top of screen through current line
  1878. CMD_SAY_BELOW = switch left front and switch right front and key right rear and easy down1 # speak from current line through bottom of screen
  1879. CMD_SAY_LOUDER = switch left front and switch right front and key right rear and easy up2 # increase speech volume
  1880. CMD_SAY_SOFTER = switch left front and switch right front and key right rear and easy down2 # decrease speech volume
  1881. CMD_MUTE = switch left front and switch right front and key right rear and easy left1 # stop speaking immediately
  1882. CMD_SAY_LINE = switch left front and switch right front and key right rear and easy right1 # speak current line
  1883. CMD_SAY_SLOWER = switch left front and switch right front and key right rear and easy left2 # decrease speech rate
  1884. CMD_SAY_FASTER = switch left front and switch right front and key right rear and easy right2 # increase speech rate
  1885. CMD_SPKHOME = switch left front and switch right front and key right front and easy up1 # go to current (most recent) speech position
  1886. CMD_TUNES = switch left front and switch right front and key right front and easy down1 # toggle alert tunes on/off
  1887. CMD_RESTARTSPEECH = switch left front and switch right front and key right front and easy up2 # reinitialize speech driver
  1888. CMD_SWSIM_BQ = switch left front and switch right front and key right front and easy down2 # 
  1889. CMD_SKPIDLNS = switch left front and switch right front and key right front and easy left1 # toggle skipping of lines with identical content on/off
  1890. CMD_SKPBLNKWINS = switch left front and switch right front and key right front and easy right1 # toggle skipping of blank windows on/off
  1891. CMD_SLIDEWIN = switch left front and switch right front and key right front and easy right2 # toggle sliding window on/off
  1892. BLK_ROUTE = switch left front and switch right front and routing1 # bring cursor to character
  1893. BLK_PRINDENT = switch left front and switch right front and easy up1 and routing1 # go up to nearest line without greater indent
  1894. BLK_NXINDENT = switch left front and switch right front and easy down1 and routing1 # go down to nearest line without greater indent
  1895. BLK_SETLEFT = switch left front and switch right front and easy up2 and routing1 # position left end of window at character
  1896. BLK_DESCCHAR = switch left front and switch right front and easy down2 and routing1 # describe character
  1897. BLK_CUTAPPEND = switch left front and switch right front and easy left1 and routing1 # append to existing cut buffer from character
  1898. BLK_CUTLINE = switch left front and switch right front and easy right1 and routing1 # linear cut to character
  1899. BLK_CUTBEGIN = switch left front and switch right front and easy left2 and routing1 # start new cut buffer at character
  1900. BLK_CUTRECT = switch left front and switch right front and easy right2 and routing1 # rectangular cut to character
  1901. BLK_DESCCHAR = switch left front and switch right front and routing2 # describe character
  1902. CMD_HELP = status 1 # enter/leave help display
  1903. CMD_LEARN = status 2 # enter/leave command learn mode
  1904. # --------------------------------------------
  1905. # Terminal Parameters:
  1906. identification = 67
  1907. terminal = "BrailleX EL 2D-80"
  1908. helpfile = "brltty-pm-el_2d_80.hlp"
  1909. displaysize = 80
  1910. statuscells = 20
  1911. haseasybar = 1 1 1 1
  1912. # Status Cells:
  1913. # flag: left half is cell number, right half is no/all dots for off/on
  1914. # horiz: horizontal two-digit number (for vertical status display)
  1915. # number: vertical two-digit number (for horizontal status display)
  1916. status 1 = horiz GSC_BRLROW # screen row where top of braille window is
  1917. status 3 = horiz GSC_CSRROW # screen row where cursor is
  1918. status 4 = horiz GSC_CSRCOL # screen column where cursor is
  1919. status 6 = flag GSC_CSRTRK # cursor tracking
  1920. status 7 = flag GSC_DISPMD # attributes display
  1921. status 8 = flag GSC_FREEZE # frozen screen
  1922. status 10 = horiz GSC_SCRNUM # virtual screen number
  1923. status 12 = flag GSC_CSRVIS # visible cursor
  1924. status 13 = flag GSC_ATTRVIS # visible attributes underline
  1925. status 14 = flag GSC_CAPBLINK # blinking capital letters
  1926. status 15 = flag GSC_SIXDOTS # six-dot braille
  1927. status 16 = flag GSC_SKPIDLNS # skip identical lines
  1928. status 17 = flag GSC_TUNES # alert tunes
  1929. status 18 = flag GSC_AUTOSPEAK # autospeak
  1930. status 19 = flag GSC_AUTOREPEAT # autorepeat
  1931. # Modifier Keys:
  1932. modifier = switch left rear
  1933. modifier = switch left front
  1934. modifier = switch right rear
  1935. modifier = switch right front
  1936. modifier = key left rear
  1937. modifier = key left front
  1938. modifier = key right rear
  1939. modifier = key right front
  1940. modifier = easy up1
  1941. modifier = easy down1
  1942. modifier = easy left1
  1943. modifier = easy right1
  1944. modifier = easy up2
  1945. modifier = easy down2
  1946. modifier = easy left2
  1947. modifier = easy right2
  1948. # Command Definitions:
  1949. CMD_LNUP = easy up1 # go up one line
  1950. CMD_LNDN = easy down1 # go down one line
  1951. CMD_TOP = easy up2 # go to top line
  1952. CMD_BOT = easy down2 # go to bottom line
  1953. CMD_FWINLT = easy left1 # go left one window
  1954. CMD_FWINRT = easy right1 # go right one window
  1955. CMD_LNBEG = easy left2 # go to beginning of line
  1956. CMD_LNEND = easy right2 # go to end of line
  1957. CMD_PRDIFLN = switch left rear and easy up1 # go up to nearest line with different content
  1958. CMD_NXDIFLN = switch left rear and easy down1 # go down to nearest line with different content
  1959. CMD_ATTRUP = switch left rear and easy up2 # go up to nearest line with different highlighting
  1960. CMD_ATTRDN = switch left rear and easy down2 # go down to nearest line with different highlighting
  1961. CMD_PRPROMPT = switch left rear and easy left1 # go up to previous command prompt
  1962. CMD_NXPROMPT = switch left rear and easy right1 # go down to next command prompt
  1963. CMD_PRPGRPH = switch left rear and easy left2 # go up to last line of previous paragraph
  1964. CMD_NXPGRPH = switch left rear and easy right2 # go down to first line of next paragraph
  1965. KEY_CURSOR_UP = switch right rear and easy up1 # send cursor-up key
  1966. KEY_CURSOR_DOWN = switch right rear and easy down1 # send cursor-down key
  1967. KEY_PAGE_UP = switch right rear and easy up2 # send page-up key
  1968. KEY_PAGE_DOWN = switch right rear and easy down2 # send page-down key
  1969. CMD_FWINLT route = switch right rear and easy left1 # go left one window and route cursor
  1970. CMD_FWINRT route = switch right rear and easy right1 # go right one window and route cursor
  1971. CMD_LNBEG route = switch right rear and easy left2 # go to beginning of line and route cursor
  1972. CMD_LNEND route = switch right rear and easy right2 # go to end of line and route cursor
  1973. KEY_CURSOR_UP = switch left rear and switch right rear and easy up1 # send cursor-up key
  1974. KEY_CURSOR_DOWN = switch left rear and switch right rear and easy down1 # send cursor-down key
  1975. KEY_PAGE_UP = switch left rear and switch right rear and easy up2 # send page-up key
  1976. KEY_PAGE_DOWN = switch left rear and switch right rear and easy down2 # send page-down key
  1977. KEY_CURSOR_LEFT = switch left rear and switch right rear and easy left1 # send cursor-left key
  1978. KEY_CURSOR_RIGHT = switch left rear and switch right rear and easy right1 # send cursor-right key
  1979. KEY_HOME = switch left rear and switch right rear and easy left2 # send home key
  1980. KEY_END = switch left rear and switch right rear and easy right2 # send end key
  1981. CMD_PRSEARCH = switch left front and easy up1 # search backward for content of cut buffer
  1982. CMD_NXSEARCH = switch left front and easy down1 # search forward for content of cut buffer
  1983. CMD_HELP = switch left front and easy up2 # enter/leave help display
  1984. CMD_LEARN = switch left front and easy down2 # enter/leave command learn mode
  1985. CMD_CHRLT = switch left front and easy left1 # go left one character
  1986. CMD_CHRRT = switch left front and easy right1 # go right one character
  1987. CMD_HWINLT = switch left front and easy left2 # go left half a window
  1988. CMD_HWINRT = switch left front and easy right2 # go right half a window
  1989. CMD_MENU_PREV_ITEM = switch right front and easy up1 # go to previous item in menu
  1990. CMD_MENU_NEXT_ITEM = switch right front and easy down1 # go to next item in menu
  1991. CMD_MENU_FIRST_ITEM = switch right front and easy up2 # go to first item in menu
  1992. CMD_MENU_LAST_ITEM = switch right front and easy down2 # go to last item in menu
  1993. CMD_MENU_PREV_SETTING = switch right front and easy left1 # change current item in menu to previous choice
  1994. CMD_MENU_NEXT_SETTING = switch right front and easy right1 # change current item in menu to next choice
  1995. CMD_PREFLOAD = switch right front and easy left2 # restore saved preferences
  1996. CMD_PREFSAVE = switch right front and easy right2 # save current preferences
  1997. CMD_BACK = key left rear # go back (undo unexpected cursor tracking motion)
  1998. CMD_HOME = key left front # go to cursor
  1999. CMD_HELP = key right rear # enter/leave help display
  2000. CMD_LEARN = key right front # enter/leave command learn mode
  2001. CMD_SIXDOTS = key left rear and easy up1 # toggle text style 6-dot/8-dot
  2002. CMD_PASTE = key left rear and easy down1 # insert cut buffer at cursor
  2003. CMD_CAPBLINK = key left rear and easy up2 # toggle capital letter blinking on/off
  2004. CMD_CSRJMP_VERT = key left rear and easy down2 # bring cursor to line (no horizontal motion)
  2005. CMD_DISPMD = key left rear and easy left1 # toggle display mode attributes/text
  2006. CMD_CSRTRK = key left rear and easy right1 # toggle cursor tracking on/off
  2007. CMD_ATTRVIS = key left rear and easy left2 # toggle attribute underlining on/off
  2008. CMD_CSRVIS = key left rear and easy right2 # toggle cursor visibility on/off
  2009. CMD_AUTOSPEAK = key left front and easy up1 # toggle autospeak on/off
  2010. CMD_AUTOREPEAT = key left front and easy down1 # toggle autorepeat on/off
  2011. CMD_RESTARTBRL = key left front and easy up2 # reinitialize braille driver
  2012. CMD_FREEZE = key left front and easy down2 # toggle screen mode frozen/live
  2013. CMD_INFO = key left front and easy left1 # enter/leave status display
  2014. CMD_PREFMENU = key left front and easy right1 # enter/leave preferences menu
  2015. CMD_PREFLOAD = key left front and easy left2 # restore saved preferences
  2016. CMD_PREFSAVE = key left front and easy right2 # save current preferences
  2017. CMD_SAY_ABOVE = key right rear and easy up1 # speak from top of screen through current line
  2018. CMD_SAY_BELOW = key right rear and easy down1 # speak from current line through bottom of screen
  2019. CMD_SAY_LOUDER = key right rear and easy up2 # increase speech volume
  2020. CMD_SAY_SOFTER = key right rear and easy down2 # decrease speech volume
  2021. CMD_MUTE = key right rear and easy left1 # stop speaking immediately
  2022. CMD_SAY_LINE = key right rear and easy right1 # speak current line
  2023. CMD_SAY_SLOWER = key right rear and easy left2 # decrease speech rate
  2024. CMD_SAY_FASTER = key right rear and easy right2 # increase speech rate
  2025. CMD_SPKHOME = key right front and easy up1 # go to current (most recent) speech position
  2026. CMD_TUNES = key right front and easy down1 # toggle alert tunes on/off
  2027. CMD_RESTARTSPEECH = key right front and easy up2 # reinitialize speech driver
  2028. CMD_SWSIM_BQ = key right front and easy down2 # 
  2029. CMD_SKPIDLNS = key right front and easy left1 # toggle skipping of lines with identical content on/off
  2030. CMD_SKPBLNKWINS = key right front and easy right1 # toggle skipping of blank windows on/off
  2031. CMD_SLIDEWIN = key right front and easy right2 # toggle sliding window on/off
  2032. BLK_ROUTE = routing1 # bring cursor to character
  2033. BLK_PRINDENT = easy up1 and routing1 # go up to nearest line without greater indent
  2034. BLK_NXINDENT = easy down1 and routing1 # go down to nearest line without greater indent
  2035. BLK_SETLEFT = easy up2 and routing1 # position left end of window at character
  2036. BLK_DESCCHAR = easy down2 and routing1 # describe character
  2037. BLK_CUTAPPEND = easy left1 and routing1 # append to existing cut buffer from character
  2038. BLK_CUTLINE = easy right1 and routing1 # linear cut to character
  2039. BLK_CUTBEGIN = easy left2 and routing1 # start new cut buffer at character
  2040. BLK_CUTRECT = easy right2 and routing1 # rectangular cut to character
  2041. BLK_DESCCHAR = routing2 # describe character
  2042. CMD_BACK = switch right rear and key left rear # go back (undo unexpected cursor tracking motion)
  2043. CMD_HOME = switch right rear and key left front # go to cursor
  2044. CMD_HELP = switch right rear and key right rear # enter/leave help display
  2045. CMD_LEARN = switch right rear and key right front # enter/leave command learn mode
  2046. CMD_SIXDOTS = switch right rear and key left rear and easy up1 # toggle text style 6-dot/8-dot
  2047. CMD_PASTE = switch right rear and key left rear and easy down1 # insert cut buffer at cursor
  2048. CMD_CAPBLINK = switch right rear and key left rear and easy up2 # toggle capital letter blinking on/off
  2049. CMD_CSRJMP_VERT = switch right rear and key left rear and easy down2 # bring cursor to line (no horizontal motion)
  2050. CMD_DISPMD = switch right rear and key left rear and easy left1 # toggle display mode attributes/text
  2051. CMD_CSRTRK = switch right rear and key left rear and easy right1 # toggle cursor tracking on/off
  2052. CMD_ATTRVIS = switch right rear and key left rear and easy left2 # toggle attribute underlining on/off
  2053. CMD_CSRVIS = switch right rear and key left rear and easy right2 # toggle cursor visibility on/off
  2054. CMD_AUTOSPEAK = switch right rear and key left front and easy up1 # toggle autospeak on/off
  2055. CMD_AUTOREPEAT = switch right rear and key left front and easy down1 # toggle autorepeat on/off
  2056. CMD_RESTARTBRL = switch right rear and key left front and easy up2 # reinitialize braille driver
  2057. CMD_FREEZE = switch right rear and key left front and easy down2 # toggle screen mode frozen/live
  2058. CMD_INFO = switch right rear and key left front and easy left1 # enter/leave status display
  2059. CMD_PREFMENU = switch right rear and key left front and easy right1 # enter/leave preferences menu
  2060. CMD_PREFLOAD = switch right rear and key left front and easy left2 # restore saved preferences
  2061. CMD_PREFSAVE = switch right rear and key left front and easy right2 # save current preferences
  2062. CMD_SAY_ABOVE = switch right rear and key right rear and easy up1 # speak from top of screen through current line
  2063. CMD_SAY_BELOW = switch right rear and key right rear and easy down1 # speak from current line through bottom of screen
  2064. CMD_SAY_LOUDER = switch right rear and key right rear and easy up2 # increase speech volume
  2065. CMD_SAY_SOFTER = switch right rear and key right rear and easy down2 # decrease speech volume
  2066. CMD_MUTE = switch right rear and key right rear and easy left1 # stop speaking immediately
  2067. CMD_SAY_LINE = switch right rear and key right rear and easy right1 # speak current line
  2068. CMD_SAY_SLOWER = switch right rear and key right rear and easy left2 # decrease speech rate
  2069. CMD_SAY_FASTER = switch right rear and key right rear and easy right2 # increase speech rate
  2070. CMD_SPKHOME = switch right rear and key right front and easy up1 # go to current (most recent) speech position
  2071. CMD_TUNES = switch right rear and key right front and easy down1 # toggle alert tunes on/off
  2072. CMD_RESTARTSPEECH = switch right rear and key right front and easy up2 # reinitialize speech driver
  2073. CMD_SWSIM_BQ = switch right rear and key right front and easy down2 # 
  2074. CMD_SKPIDLNS = switch right rear and key right front and easy left1 # toggle skipping of lines with identical content on/off
  2075. CMD_SKPBLNKWINS = switch right rear and key right front and easy right1 # toggle skipping of blank windows on/off
  2076. CMD_SLIDEWIN = switch right rear and key right front and easy right2 # toggle sliding window on/off
  2077. BLK_ROUTE = switch right rear and routing1 # bring cursor to character
  2078. BLK_PRINDENT = switch right rear and easy up1 and routing1 # go up to nearest line without greater indent
  2079. BLK_NXINDENT = switch right rear and easy down1 and routing1 # go down to nearest line without greater indent
  2080. BLK_SETLEFT = switch right rear and easy up2 and routing1 # position left end of window at character
  2081. BLK_DESCCHAR = switch right rear and easy down2 and routing1 # describe character
  2082. BLK_CUTAPPEND = switch right rear and easy left1 and routing1 # append to existing cut buffer from character
  2083. BLK_CUTLINE = switch right rear and easy right1 and routing1 # linear cut to character
  2084. BLK_CUTBEGIN = switch right rear and easy left2 and routing1 # start new cut buffer at character
  2085. BLK_CUTRECT = switch right rear and easy right2 and routing1 # rectangular cut to character
  2086. BLK_DESCCHAR = switch right rear and routing2 # describe character
  2087. CMD_BACK = switch right front and key left rear # go back (undo unexpected cursor tracking motion)
  2088. CMD_HOME = switch right front and key left front # go to cursor
  2089. CMD_HELP = switch right front and key right rear # enter/leave help display
  2090. CMD_LEARN = switch right front and key right front # enter/leave command learn mode
  2091. CMD_SIXDOTS = switch right front and key left rear and easy up1 # toggle text style 6-dot/8-dot
  2092. CMD_PASTE = switch right front and key left rear and easy down1 # insert cut buffer at cursor
  2093. CMD_CAPBLINK = switch right front and key left rear and easy up2 # toggle capital letter blinking on/off
  2094. CMD_CSRJMP_VERT = switch right front and key left rear and easy down2 # bring cursor to line (no horizontal motion)
  2095. CMD_DISPMD = switch right front and key left rear and easy left1 # toggle display mode attributes/text
  2096. CMD_CSRTRK = switch right front and key left rear and easy right1 # toggle cursor tracking on/off
  2097. CMD_ATTRVIS = switch right front and key left rear and easy left2 # toggle attribute underlining on/off
  2098. CMD_CSRVIS = switch right front and key left rear and easy right2 # toggle cursor visibility on/off
  2099. CMD_AUTOSPEAK = switch right front and key left front and easy up1 # toggle autospeak on/off
  2100. CMD_AUTOREPEAT = switch right front and key left front and easy down1 # toggle autorepeat on/off
  2101. CMD_RESTARTBRL = switch right front and key left front and easy up2 # reinitialize braille driver
  2102. CMD_FREEZE = switch right front and key left front and easy down2 # toggle screen mode frozen/live
  2103. CMD_INFO = switch right front and key left front and easy left1 # enter/leave status display
  2104. CMD_PREFMENU = switch right front and key left front and easy right1 # enter/leave preferences menu
  2105. CMD_PREFLOAD = switch right front and key left front and easy left2 # restore saved preferences
  2106. CMD_PREFSAVE = switch right front and key left front and easy right2 # save current preferences
  2107. CMD_SAY_ABOVE = switch right front and key right rear and easy up1 # speak from top of screen through current line
  2108. CMD_SAY_BELOW = switch right front and key right rear and easy down1 # speak from current line through bottom of screen
  2109. CMD_SAY_LOUDER = switch right front and key right rear and easy up2 # increase speech volume
  2110. CMD_SAY_SOFTER = switch right front and key right rear and easy down2 # decrease speech volume
  2111. CMD_MUTE = switch right front and key right rear and easy left1 # stop speaking immediately
  2112. CMD_SAY_LINE = switch right front and key right rear and easy right1 # speak current line
  2113. CMD_SAY_SLOWER = switch right front and key right rear and easy left2 # decrease speech rate
  2114. CMD_SAY_FASTER = switch right front and key right rear and easy right2 # increase speech rate
  2115. CMD_SPKHOME = switch right front and key right front and easy up1 # go to current (most recent) speech position
  2116. CMD_TUNES = switch right front and key right front and easy down1 # toggle alert tunes on/off
  2117. CMD_RESTARTSPEECH = switch right front and key right front and easy up2 # reinitialize speech driver
  2118. CMD_SWSIM_BQ = switch right front and key right front and easy down2 # 
  2119. CMD_SKPIDLNS = switch right front and key right front and easy left1 # toggle skipping of lines with identical content on/off
  2120. CMD_SKPBLNKWINS = switch right front and key right front and easy right1 # toggle skipping of blank windows on/off
  2121. CMD_SLIDEWIN = switch right front and key right front and easy right2 # toggle sliding window on/off
  2122. BLK_ROUTE = switch right front and routing1 # bring cursor to character
  2123. BLK_PRINDENT = switch right front and easy up1 and routing1 # go up to nearest line without greater indent
  2124. BLK_NXINDENT = switch right front and easy down1 and routing1 # go down to nearest line without greater indent
  2125. BLK_SETLEFT = switch right front and easy up2 and routing1 # position left end of window at character
  2126. BLK_DESCCHAR = switch right front and easy down2 and routing1 # describe character
  2127. BLK_CUTAPPEND = switch right front and easy left1 and routing1 # append to existing cut buffer from character
  2128. BLK_CUTLINE = switch right front and easy right1 and routing1 # linear cut to character
  2129. BLK_CUTBEGIN = switch right front and easy left2 and routing1 # start new cut buffer at character
  2130. BLK_CUTRECT = switch right front and easy right2 and routing1 # rectangular cut to character
  2131. BLK_DESCCHAR = switch right front and routing2 # describe character
  2132. CMD_BACK = switch left rear and key left rear # go back (undo unexpected cursor tracking motion)
  2133. CMD_HOME = switch left rear and key left front # go to cursor
  2134. CMD_HELP = switch left rear and key right rear # enter/leave help display
  2135. CMD_LEARN = switch left rear and key right front # enter/leave command learn mode
  2136. CMD_SIXDOTS = switch left rear and key left rear and easy up1 # toggle text style 6-dot/8-dot
  2137. CMD_PASTE = switch left rear and key left rear and easy down1 # insert cut buffer at cursor
  2138. CMD_CAPBLINK = switch left rear and key left rear and easy up2 # toggle capital letter blinking on/off
  2139. CMD_CSRJMP_VERT = switch left rear and key left rear and easy down2 # bring cursor to line (no horizontal motion)
  2140. CMD_DISPMD = switch left rear and key left rear and easy left1 # toggle display mode attributes/text
  2141. CMD_CSRTRK = switch left rear and key left rear and easy right1 # toggle cursor tracking on/off
  2142. CMD_ATTRVIS = switch left rear and key left rear and easy left2 # toggle attribute underlining on/off
  2143. CMD_CSRVIS = switch left rear and key left rear and easy right2 # toggle cursor visibility on/off
  2144. CMD_AUTOSPEAK = switch left rear and key left front and easy up1 # toggle autospeak on/off
  2145. CMD_AUTOREPEAT = switch left rear and key left front and easy down1 # toggle autorepeat on/off
  2146. CMD_RESTARTBRL = switch left rear and key left front and easy up2 # reinitialize braille driver
  2147. CMD_FREEZE = switch left rear and key left front and easy down2 # toggle screen mode frozen/live
  2148. CMD_INFO = switch left rear and key left front and easy left1 # enter/leave status display
  2149. CMD_PREFMENU = switch left rear and key left front and easy right1 # enter/leave preferences menu
  2150. CMD_PREFLOAD = switch left rear and key left front and easy left2 # restore saved preferences
  2151. CMD_PREFSAVE = switch left rear and key left front and easy right2 # save current preferences
  2152. CMD_SAY_ABOVE = switch left rear and key right rear and easy up1 # speak from top of screen through current line
  2153. CMD_SAY_BELOW = switch left rear and key right rear and easy down1 # speak from current line through bottom of screen
  2154. CMD_SAY_LOUDER = switch left rear and key right rear and easy up2 # increase speech volume
  2155. CMD_SAY_SOFTER = switch left rear and key right rear and easy down2 # decrease speech volume
  2156. CMD_MUTE = switch left rear and key right rear and easy left1 # stop speaking immediately
  2157. CMD_SAY_LINE = switch left rear and key right rear and easy right1 # speak current line
  2158. CMD_SAY_SLOWER = switch left rear and key right rear and easy left2 # decrease speech rate
  2159. CMD_SAY_FASTER = switch left rear and key right rear and easy right2 # increase speech rate
  2160. CMD_SPKHOME = switch left rear and key right front and easy up1 # go to current (most recent) speech position
  2161. CMD_TUNES = switch left rear and key right front and easy down1 # toggle alert tunes on/off
  2162. CMD_RESTARTSPEECH = switch left rear and key right front and easy up2 # reinitialize speech driver
  2163. CMD_SWSIM_BQ = switch left rear and key right front and easy down2 # 
  2164. CMD_SKPIDLNS = switch left rear and key right front and easy left1 # toggle skipping of lines with identical content on/off
  2165. CMD_SKPBLNKWINS = switch left rear and key right front and easy right1 # toggle skipping of blank windows on/off
  2166. CMD_SLIDEWIN = switch left rear and key right front and easy right2 # toggle sliding window on/off
  2167. BLK_ROUTE = switch left rear and routing1 # bring cursor to character
  2168. BLK_PRINDENT = switch left rear and easy up1 and routing1 # go up to nearest line without greater indent
  2169. BLK_NXINDENT = switch left rear and easy down1 and routing1 # go down to nearest line without greater indent
  2170. BLK_SETLEFT = switch left rear and easy up2 and routing1 # position left end of window at character
  2171. BLK_DESCCHAR = switch left rear and easy down2 and routing1 # describe character
  2172. BLK_CUTAPPEND = switch left rear and easy left1 and routing1 # append to existing cut buffer from character
  2173. BLK_CUTLINE = switch left rear and easy right1 and routing1 # linear cut to character
  2174. BLK_CUTBEGIN = switch left rear and easy left2 and routing1 # start new cut buffer at character
  2175. BLK_CUTRECT = switch left rear and easy right2 and routing1 # rectangular cut to character
  2176. BLK_DESCCHAR = switch left rear and routing2 # describe character
  2177. CMD_BACK = switch left rear and switch right rear and key left rear # go back (undo unexpected cursor tracking motion)
  2178. CMD_HOME = switch left rear and switch right rear and key left front # go to cursor
  2179. CMD_HELP = switch left rear and switch right rear and key right rear # enter/leave help display
  2180. CMD_LEARN = switch left rear and switch right rear and key right front # enter/leave command learn mode
  2181. CMD_SIXDOTS = switch left rear and switch right rear and key left rear and easy up1 # toggle text style 6-dot/8-dot
  2182. CMD_PASTE = switch left rear and switch right rear and key left rear and easy down1 # insert cut buffer at cursor
  2183. CMD_CAPBLINK = switch left rear and switch right rear and key left rear and easy up2 # toggle capital letter blinking on/off
  2184. CMD_CSRJMP_VERT = switch left rear and switch right rear and key left rear and easy down2 # bring cursor to line (no horizontal motion)
  2185. CMD_DISPMD = switch left rear and switch right rear and key left rear and easy left1 # toggle display mode attributes/text
  2186. CMD_CSRTRK = switch left rear and switch right rear and key left rear and easy right1 # toggle cursor tracking on/off
  2187. CMD_ATTRVIS = switch left rear and switch right rear and key left rear and easy left2 # toggle attribute underlining on/off
  2188. CMD_CSRVIS = switch left rear and switch right rear and key left rear and easy right2 # toggle cursor visibility on/off
  2189. CMD_AUTOSPEAK = switch left rear and switch right rear and key left front and easy up1 # toggle autospeak on/off
  2190. CMD_AUTOREPEAT = switch left rear and switch right rear and key left front and easy down1 # toggle autorepeat on/off
  2191. CMD_RESTARTBRL = switch left rear and switch right rear and key left front and easy up2 # reinitialize braille driver
  2192. CMD_FREEZE = switch left rear and switch right rear and key left front and easy down2 # toggle screen mode frozen/live
  2193. CMD_INFO = switch left rear and switch right rear and key left front and easy left1 # enter/leave status display
  2194. CMD_PREFMENU = switch left rear and switch right rear and key left front and easy right1 # enter/leave preferences menu
  2195. CMD_PREFLOAD = switch left rear and switch right rear and key left front and easy left2 # restore saved preferences
  2196. CMD_PREFSAVE = switch left rear and switch right rear and key left front and easy right2 # save current preferences
  2197. CMD_SAY_ABOVE = switch left rear and switch right rear and key right rear and easy up1 # speak from top of screen through current line
  2198. CMD_SAY_BELOW = switch left rear and switch right rear and key right rear and easy down1 # speak from current line through bottom of screen
  2199. CMD_SAY_LOUDER = switch left rear and switch right rear and key right rear and easy up2 # increase speech volume
  2200. CMD_SAY_SOFTER = switch left rear and switch right rear and key right rear and easy down2 # decrease speech volume
  2201. CMD_MUTE = switch left rear and switch right rear and key right rear and easy left1 # stop speaking immediately
  2202. CMD_SAY_LINE = switch left rear and switch right rear and key right rear and easy right1 # speak current line
  2203. CMD_SAY_SLOWER = switch left rear and switch right rear and key right rear and easy left2 # decrease speech rate
  2204. CMD_SAY_FASTER = switch left rear and switch right rear and key right rear and easy right2 # increase speech rate
  2205. CMD_SPKHOME = switch left rear and switch right rear and key right front and easy up1 # go to current (most recent) speech position
  2206. CMD_TUNES = switch left rear and switch right rear and key right front and easy down1 # toggle alert tunes on/off
  2207. CMD_RESTARTSPEECH = switch left rear and switch right rear and key right front and easy up2 # reinitialize speech driver
  2208. CMD_SWSIM_BQ = switch left rear and switch right rear and key right front and easy down2 # 
  2209. CMD_SKPIDLNS = switch left rear and switch right rear and key right front and easy left1 # toggle skipping of lines with identical content on/off
  2210. CMD_SKPBLNKWINS = switch left rear and switch right rear and key right front and easy right1 # toggle skipping of blank windows on/off
  2211. CMD_SLIDEWIN = switch left rear and switch right rear and key right front and easy right2 # toggle sliding window on/off
  2212. BLK_ROUTE = switch left rear and switch right rear and routing1 # bring cursor to character
  2213. BLK_PRINDENT = switch left rear and switch right rear and easy up1 and routing1 # go up to nearest line without greater indent
  2214. BLK_NXINDENT = switch left rear and switch right rear and easy down1 and routing1 # go down to nearest line without greater indent
  2215. BLK_SETLEFT = switch left rear and switch right rear and easy up2 and routing1 # position left end of window at character
  2216. BLK_DESCCHAR = switch left rear and switch right rear and easy down2 and routing1 # describe character
  2217. BLK_CUTAPPEND = switch left rear and switch right rear and easy left1 and routing1 # append to existing cut buffer from character
  2218. BLK_CUTLINE = switch left rear and switch right rear and easy right1 and routing1 # linear cut to character
  2219. BLK_CUTBEGIN = switch left rear and switch right rear and easy left2 and routing1 # start new cut buffer at character
  2220. BLK_CUTRECT = switch left rear and switch right rear and easy right2 and routing1 # rectangular cut to character
  2221. BLK_DESCCHAR = switch left rear and switch right rear and routing2 # describe character
  2222. CMD_BACK = switch left rear and switch right front and key left rear # go back (undo unexpected cursor tracking motion)
  2223. CMD_HOME = switch left rear and switch right front and key left front # go to cursor
  2224. CMD_HELP = switch left rear and switch right front and key right rear # enter/leave help display
  2225. CMD_LEARN = switch left rear and switch right front and key right front # enter/leave command learn mode
  2226. CMD_SIXDOTS = switch left rear and switch right front and key left rear and easy up1 # toggle text style 6-dot/8-dot
  2227. CMD_PASTE = switch left rear and switch right front and key left rear and easy down1 # insert cut buffer at cursor
  2228. CMD_CAPBLINK = switch left rear and switch right front and key left rear and easy up2 # toggle capital letter blinking on/off
  2229. CMD_CSRJMP_VERT = switch left rear and switch right front and key left rear and easy down2 # bring cursor to line (no horizontal motion)
  2230. CMD_DISPMD = switch left rear and switch right front and key left rear and easy left1 # toggle display mode attributes/text
  2231. CMD_CSRTRK = switch left rear and switch right front and key left rear and easy right1 # toggle cursor tracking on/off
  2232. CMD_ATTRVIS = switch left rear and switch right front and key left rear and easy left2 # toggle attribute underlining on/off
  2233. CMD_CSRVIS = switch left rear and switch right front and key left rear and easy right2 # toggle cursor visibility on/off
  2234. CMD_AUTOSPEAK = switch left rear and switch right front and key left front and easy up1 # toggle autospeak on/off
  2235. CMD_AUTOREPEAT = switch left rear and switch right front and key left front and easy down1 # toggle autorepeat on/off
  2236. CMD_RESTARTBRL = switch left rear and switch right front and key left front and easy up2 # reinitialize braille driver
  2237. CMD_FREEZE = switch left rear and switch right front and key left front and easy down2 # toggle screen mode frozen/live
  2238. CMD_INFO = switch left rear and switch right front and key left front and easy left1 # enter/leave status display
  2239. CMD_PREFMENU = switch left rear and switch right front and key left front and easy right1 # enter/leave preferences menu
  2240. CMD_PREFLOAD = switch left rear and switch right front and key left front and easy left2 # restore saved preferences
  2241. CMD_PREFSAVE = switch left rear and switch right front and key left front and easy right2 # save current preferences
  2242. CMD_SAY_ABOVE = switch left rear and switch right front and key right rear and easy up1 # speak from top of screen through current line
  2243. CMD_SAY_BELOW = switch left rear and switch right front and key right rear and easy down1 # speak from current line through bottom of screen
  2244. CMD_SAY_LOUDER = switch left rear and switch right front and key right rear and easy up2 # increase speech volume
  2245. CMD_SAY_SOFTER = switch left rear and switch right front and key right rear and easy down2 # decrease speech volume
  2246. CMD_MUTE = switch left rear and switch right front and key right rear and easy left1 # stop speaking immediately
  2247. CMD_SAY_LINE = switch left rear and switch right front and key right rear and easy right1 # speak current line
  2248. CMD_SAY_SLOWER = switch left rear and switch right front and key right rear and easy left2 # decrease speech rate
  2249. CMD_SAY_FASTER = switch left rear and switch right front and key right rear and easy right2 # increase speech rate
  2250. CMD_SPKHOME = switch left rear and switch right front and key right front and easy up1 # go to current (most recent) speech position
  2251. CMD_TUNES = switch left rear and switch right front and key right front and easy down1 # toggle alert tunes on/off
  2252. CMD_RESTARTSPEECH = switch left rear and switch right front and key right front and easy up2 # reinitialize speech driver
  2253. CMD_SWSIM_BQ = switch left rear and switch right front and key right front and easy down2 # 
  2254. CMD_SKPIDLNS = switch left rear and switch right front and key right front and easy left1 # toggle skipping of lines with identical content on/off
  2255. CMD_SKPBLNKWINS = switch left rear and switch right front and key right front and easy right1 # toggle skipping of blank windows on/off
  2256. CMD_SLIDEWIN = switch left rear and switch right front and key right front and easy right2 # toggle sliding window on/off
  2257. BLK_ROUTE = switch left rear and switch right front and routing1 # bring cursor to character
  2258. BLK_PRINDENT = switch left rear and switch right front and easy up1 and routing1 # go up to nearest line without greater indent
  2259. BLK_NXINDENT = switch left rear and switch right front and easy down1 and routing1 # go down to nearest line without greater indent
  2260. BLK_SETLEFT = switch left rear and switch right front and easy up2 and routing1 # position left end of window at character
  2261. BLK_DESCCHAR = switch left rear and switch right front and easy down2 and routing1 # describe character
  2262. BLK_CUTAPPEND = switch left rear and switch right front and easy left1 and routing1 # append to existing cut buffer from character
  2263. BLK_CUTLINE = switch left rear and switch right front and easy right1 and routing1 # linear cut to character
  2264. BLK_CUTBEGIN = switch left rear and switch right front and easy left2 and routing1 # start new cut buffer at character
  2265. BLK_CUTRECT = switch left rear and switch right front and easy right2 and routing1 # rectangular cut to character
  2266. BLK_DESCCHAR = switch left rear and switch right front and routing2 # describe character
  2267. CMD_BACK = switch left front and key left rear # go back (undo unexpected cursor tracking motion)
  2268. CMD_HOME = switch left front and key left front # go to cursor
  2269. CMD_HELP = switch left front and key right rear # enter/leave help display
  2270. CMD_LEARN = switch left front and key right front # enter/leave command learn mode
  2271. CMD_SIXDOTS = switch left front and key left rear and easy up1 # toggle text style 6-dot/8-dot
  2272. CMD_PASTE = switch left front and key left rear and easy down1 # insert cut buffer at cursor
  2273. CMD_CAPBLINK = switch left front and key left rear and easy up2 # toggle capital letter blinking on/off
  2274. CMD_CSRJMP_VERT = switch left front and key left rear and easy down2 # bring cursor to line (no horizontal motion)
  2275. CMD_DISPMD = switch left front and key left rear and easy left1 # toggle display mode attributes/text
  2276. CMD_CSRTRK = switch left front and key left rear and easy right1 # toggle cursor tracking on/off
  2277. CMD_ATTRVIS = switch left front and key left rear and easy left2 # toggle attribute underlining on/off
  2278. CMD_CSRVIS = switch left front and key left rear and easy right2 # toggle cursor visibility on/off
  2279. CMD_AUTOSPEAK = switch left front and key left front and easy up1 # toggle autospeak on/off
  2280. CMD_AUTOREPEAT = switch left front and key left front and easy down1 # toggle autorepeat on/off
  2281. CMD_RESTARTBRL = switch left front and key left front and easy up2 # reinitialize braille driver
  2282. CMD_FREEZE = switch left front and key left front and easy down2 # toggle screen mode frozen/live
  2283. CMD_INFO = switch left front and key left front and easy left1 # enter/leave status display
  2284. CMD_PREFMENU = switch left front and key left front and easy right1 # enter/leave preferences menu
  2285. CMD_PREFLOAD = switch left front and key left front and easy left2 # restore saved preferences
  2286. CMD_PREFSAVE = switch left front and key left front and easy right2 # save current preferences
  2287. CMD_SAY_ABOVE = switch left front and key right rear and easy up1 # speak from top of screen through current line
  2288. CMD_SAY_BELOW = switch left front and key right rear and easy down1 # speak from current line through bottom of screen
  2289. CMD_SAY_LOUDER = switch left front and key right rear and easy up2 # increase speech volume
  2290. CMD_SAY_SOFTER = switch left front and key right rear and easy down2 # decrease speech volume
  2291. CMD_MUTE = switch left front and key right rear and easy left1 # stop speaking immediately
  2292. CMD_SAY_LINE = switch left front and key right rear and easy right1 # speak current line
  2293. CMD_SAY_SLOWER = switch left front and key right rear and easy left2 # decrease speech rate
  2294. CMD_SAY_FASTER = switch left front and key right rear and easy right2 # increase speech rate
  2295. CMD_SPKHOME = switch left front and key right front and easy up1 # go to current (most recent) speech position
  2296. CMD_TUNES = switch left front and key right front and easy down1 # toggle alert tunes on/off
  2297. CMD_RESTARTSPEECH = switch left front and key right front and easy up2 # reinitialize speech driver
  2298. CMD_SWSIM_BQ = switch left front and key right front and easy down2 # 
  2299. CMD_SKPIDLNS = switch left front and key right front and easy left1 # toggle skipping of lines with identical content on/off
  2300. CMD_SKPBLNKWINS = switch left front and key right front and easy right1 # toggle skipping of blank windows on/off
  2301. CMD_SLIDEWIN = switch left front and key right front and easy right2 # toggle sliding window on/off
  2302. BLK_ROUTE = switch left front and routing1 # bring cursor to character
  2303. BLK_PRINDENT = switch left front and easy up1 and routing1 # go up to nearest line without greater indent
  2304. BLK_NXINDENT = switch left front and easy down1 and routing1 # go down to nearest line without greater indent
  2305. BLK_SETLEFT = switch left front and easy up2 and routing1 # position left end of window at character
  2306. BLK_DESCCHAR = switch left front and easy down2 and routing1 # describe character
  2307. BLK_CUTAPPEND = switch left front and easy left1 and routing1 # append to existing cut buffer from character
  2308. BLK_CUTLINE = switch left front and easy right1 and routing1 # linear cut to character
  2309. BLK_CUTBEGIN = switch left front and easy left2 and routing1 # start new cut buffer at character
  2310. BLK_CUTRECT = switch left front and easy right2 and routing1 # rectangular cut to character
  2311. BLK_DESCCHAR = switch left front and routing2 # describe character
  2312. CMD_BACK = switch left front and switch right rear and key left rear # go back (undo unexpected cursor tracking motion)
  2313. CMD_HOME = switch left front and switch right rear and key left front # go to cursor
  2314. CMD_HELP = switch left front and switch right rear and key right rear # enter/leave help display
  2315. CMD_LEARN = switch left front and switch right rear and key right front # enter/leave command learn mode
  2316. CMD_SIXDOTS = switch left front and switch right rear and key left rear and easy up1 # toggle text style 6-dot/8-dot
  2317. CMD_PASTE = switch left front and switch right rear and key left rear and easy down1 # insert cut buffer at cursor
  2318. CMD_CAPBLINK = switch left front and switch right rear and key left rear and easy up2 # toggle capital letter blinking on/off
  2319. CMD_CSRJMP_VERT = switch left front and switch right rear and key left rear and easy down2 # bring cursor to line (no horizontal motion)
  2320. CMD_DISPMD = switch left front and switch right rear and key left rear and easy left1 # toggle display mode attributes/text
  2321. CMD_CSRTRK = switch left front and switch right rear and key left rear and easy right1 # toggle cursor tracking on/off
  2322. CMD_ATTRVIS = switch left front and switch right rear and key left rear and easy left2 # toggle attribute underlining on/off
  2323. CMD_CSRVIS = switch left front and switch right rear and key left rear and easy right2 # toggle cursor visibility on/off
  2324. CMD_AUTOSPEAK = switch left front and switch right rear and key left front and easy up1 # toggle autospeak on/off
  2325. CMD_AUTOREPEAT = switch left front and switch right rear and key left front and easy down1 # toggle autorepeat on/off
  2326. CMD_RESTARTBRL = switch left front and switch right rear and key left front and easy up2 # reinitialize braille driver
  2327. CMD_FREEZE = switch left front and switch right rear and key left front and easy down2 # toggle screen mode frozen/live
  2328. CMD_INFO = switch left front and switch right rear and key left front and easy left1 # enter/leave status display
  2329. CMD_PREFMENU = switch left front and switch right rear and key left front and easy right1 # enter/leave preferences menu
  2330. CMD_PREFLOAD = switch left front and switch right rear and key left front and easy left2 # restore saved preferences
  2331. CMD_PREFSAVE = switch left front and switch right rear and key left front and easy right2 # save current preferences
  2332. CMD_SAY_ABOVE = switch left front and switch right rear and key right rear and easy up1 # speak from top of screen through current line
  2333. CMD_SAY_BELOW = switch left front and switch right rear and key right rear and easy down1 # speak from current line through bottom of screen
  2334. CMD_SAY_LOUDER = switch left front and switch right rear and key right rear and easy up2 # increase speech volume
  2335. CMD_SAY_SOFTER = switch left front and switch right rear and key right rear and easy down2 # decrease speech volume
  2336. CMD_MUTE = switch left front and switch right rear and key right rear and easy left1 # stop speaking immediately
  2337. CMD_SAY_LINE = switch left front and switch right rear and key right rear and easy right1 # speak current line
  2338. CMD_SAY_SLOWER = switch left front and switch right rear and key right rear and easy left2 # decrease speech rate
  2339. CMD_SAY_FASTER = switch left front and switch right rear and key right rear and easy right2 # increase speech rate
  2340. CMD_SPKHOME = switch left front and switch right rear and key right front and easy up1 # go to current (most recent) speech position
  2341. CMD_TUNES = switch left front and switch right rear and key right front and easy down1 # toggle alert tunes on/off
  2342. CMD_RESTARTSPEECH = switch left front and switch right rear and key right front and easy up2 # reinitialize speech driver
  2343. CMD_SWSIM_BQ = switch left front and switch right rear and key right front and easy down2 # 
  2344. CMD_SKPIDLNS = switch left front and switch right rear and key right front and easy left1 # toggle skipping of lines with identical content on/off
  2345. CMD_SKPBLNKWINS = switch left front and switch right rear and key right front and easy right1 # toggle skipping of blank windows on/off
  2346. CMD_SLIDEWIN = switch left front and switch right rear and key right front and easy right2 # toggle sliding window on/off
  2347. BLK_ROUTE = switch left front and switch right rear and routing1 # bring cursor to character
  2348. BLK_PRINDENT = switch left front and switch right rear and easy up1 and routing1 # go up to nearest line without greater indent
  2349. BLK_NXINDENT = switch left front and switch right rear and easy down1 and routing1 # go down to nearest line without greater indent
  2350. BLK_SETLEFT = switch left front and switch right rear and easy up2 and routing1 # position left end of window at character
  2351. BLK_DESCCHAR = switch left front and switch right rear and easy down2 and routing1 # describe character
  2352. BLK_CUTAPPEND = switch left front and switch right rear and easy left1 and routing1 # append to existing cut buffer from character
  2353. BLK_CUTLINE = switch left front and switch right rear and easy right1 and routing1 # linear cut to character
  2354. BLK_CUTBEGIN = switch left front and switch right rear and easy left2 and routing1 # start new cut buffer at character
  2355. BLK_CUTRECT = switch left front and switch right rear and easy right2 and routing1 # rectangular cut to character
  2356. BLK_DESCCHAR = switch left front and switch right rear and routing2 # describe character
  2357. CMD_BACK = switch left front and switch right front and key left rear # go back (undo unexpected cursor tracking motion)
  2358. CMD_HOME = switch left front and switch right front and key left front # go to cursor
  2359. CMD_HELP = switch left front and switch right front and key right rear # enter/leave help display
  2360. CMD_LEARN = switch left front and switch right front and key right front # enter/leave command learn mode
  2361. CMD_SIXDOTS = switch left front and switch right front and key left rear and easy up1 # toggle text style 6-dot/8-dot
  2362. CMD_PASTE = switch left front and switch right front and key left rear and easy down1 # insert cut buffer at cursor
  2363. CMD_CAPBLINK = switch left front and switch right front and key left rear and easy up2 # toggle capital letter blinking on/off
  2364. CMD_CSRJMP_VERT = switch left front and switch right front and key left rear and easy down2 # bring cursor to line (no horizontal motion)
  2365. CMD_DISPMD = switch left front and switch right front and key left rear and easy left1 # toggle display mode attributes/text
  2366. CMD_CSRTRK = switch left front and switch right front and key left rear and easy right1 # toggle cursor tracking on/off
  2367. CMD_ATTRVIS = switch left front and switch right front and key left rear and easy left2 # toggle attribute underlining on/off
  2368. CMD_CSRVIS = switch left front and switch right front and key left rear and easy right2 # toggle cursor visibility on/off
  2369. CMD_AUTOSPEAK = switch left front and switch right front and key left front and easy up1 # toggle autospeak on/off
  2370. CMD_AUTOREPEAT = switch left front and switch right front and key left front and easy down1 # toggle autorepeat on/off
  2371. CMD_RESTARTBRL = switch left front and switch right front and key left front and easy up2 # reinitialize braille driver
  2372. CMD_FREEZE = switch left front and switch right front and key left front and easy down2 # toggle screen mode frozen/live
  2373. CMD_INFO = switch left front and switch right front and key left front and easy left1 # enter/leave status display
  2374. CMD_PREFMENU = switch left front and switch right front and key left front and easy right1 # enter/leave preferences menu
  2375. CMD_PREFLOAD = switch left front and switch right front and key left front and easy left2 # restore saved preferences
  2376. CMD_PREFSAVE = switch left front and switch right front and key left front and easy right2 # save current preferences
  2377. CMD_SAY_ABOVE = switch left front and switch right front and key right rear and easy up1 # speak from top of screen through current line
  2378. CMD_SAY_BELOW = switch left front and switch right front and key right rear and easy down1 # speak from current line through bottom of screen
  2379. CMD_SAY_LOUDER = switch left front and switch right front and key right rear and easy up2 # increase speech volume
  2380. CMD_SAY_SOFTER = switch left front and switch right front and key right rear and easy down2 # decrease speech volume
  2381. CMD_MUTE = switch left front and switch right front and key right rear and easy left1 # stop speaking immediately
  2382. CMD_SAY_LINE = switch left front and switch right front and key right rear and easy right1 # speak current line
  2383. CMD_SAY_SLOWER = switch left front and switch right front and key right rear and easy left2 # decrease speech rate
  2384. CMD_SAY_FASTER = switch left front and switch right front and key right rear and easy right2 # increase speech rate
  2385. CMD_SPKHOME = switch left front and switch right front and key right front and easy up1 # go to current (most recent) speech position
  2386. CMD_TUNES = switch left front and switch right front and key right front and easy down1 # toggle alert tunes on/off
  2387. CMD_RESTARTSPEECH = switch left front and switch right front and key right front and easy up2 # reinitialize speech driver
  2388. CMD_SWSIM_BQ = switch left front and switch right front and key right front and easy down2 # 
  2389. CMD_SKPIDLNS = switch left front and switch right front and key right front and easy left1 # toggle skipping of lines with identical content on/off
  2390. CMD_SKPBLNKWINS = switch left front and switch right front and key right front and easy right1 # toggle skipping of blank windows on/off
  2391. CMD_SLIDEWIN = switch left front and switch right front and key right front and easy right2 # toggle sliding window on/off
  2392. BLK_ROUTE = switch left front and switch right front and routing1 # bring cursor to character
  2393. BLK_PRINDENT = switch left front and switch right front and easy up1 and routing1 # go up to nearest line without greater indent
  2394. BLK_NXINDENT = switch left front and switch right front and easy down1 and routing1 # go down to nearest line without greater indent
  2395. BLK_SETLEFT = switch left front and switch right front and easy up2 and routing1 # position left end of window at character
  2396. BLK_DESCCHAR = switch left front and switch right front and easy down2 and routing1 # describe character
  2397. BLK_CUTAPPEND = switch left front and switch right front and easy left1 and routing1 # append to existing cut buffer from character
  2398. BLK_CUTLINE = switch left front and switch right front and easy right1 and routing1 # linear cut to character
  2399. BLK_CUTBEGIN = switch left front and switch right front and easy left2 and routing1 # start new cut buffer at character
  2400. BLK_CUTRECT = switch left front and switch right front and easy right2 and routing1 # rectangular cut to character
  2401. BLK_DESCCHAR = switch left front and switch right front and routing2 # describe character
  2402. CMD_HELP = status 1 # enter/leave help display
  2403. CMD_HELP off = easy left2 and status 1 # leave help display
  2404. CMD_HELP on = easy right2 and status 1 # enter help display
  2405. CMD_LEARN = status 2 # enter/leave command learn mode
  2406. CMD_CSRJMP_VERT = status 3 # bring cursor to line (no horizontal motion)
  2407. CMD_BACK = status 4 # go back (undo unexpected cursor tracking motion)
  2408. CMD_INFO = status 5 # enter/leave status display
  2409. CMD_INFO off = easy left2 and status 5 # leave status display
  2410. CMD_INFO on = easy right2 and status 5 # enter status display
  2411. CMD_CSRTRK = status 6 # toggle cursor tracking on/off
  2412. CMD_CSRTRK off = easy left2 and status 6 # set cursor tracking off
  2413. CMD_CSRTRK on = easy right2 and status 6 # set cursor tracking on
  2414. CMD_DISPMD = status 7 # toggle display mode attributes/text
  2415. CMD_DISPMD off = easy left2 and status 7 # set display mode text
  2416. CMD_DISPMD on = easy right2 and status 7 # set display mode attributes
  2417. CMD_FREEZE = status 8 # toggle screen mode frozen/live
  2418. CMD_FREEZE off = easy left2 and status 8 # set screen mode live
  2419. CMD_FREEZE on = easy right2 and status 8 # set screen mode frozen
  2420. CMD_PREFMENU = status 9 # enter/leave preferences menu
  2421. CMD_PREFSAVE = status 10 # save current preferences
  2422. CMD_PREFLOAD = status 11 # restore saved preferences
  2423. CMD_CSRVIS = status 12 # toggle cursor visibility on/off
  2424. CMD_CSRVIS off = easy left2 and status 12 # set cursor visibility off
  2425. CMD_CSRVIS on = easy right2 and status 12 # set cursor visibility on
  2426. CMD_ATTRVIS = status 13 # toggle attribute underlining on/off
  2427. CMD_ATTRVIS off = easy left2 and status 13 # set attribute underlining off
  2428. CMD_ATTRVIS on = easy right2 and status 13 # set attribute underlining on
  2429. CMD_CAPBLINK = status 14 # toggle capital letter blinking on/off
  2430. CMD_CAPBLINK off = easy left2 and status 14 # set capital letter blinking off
  2431. CMD_CAPBLINK on = easy right2 and status 14 # set capital letter blinking on
  2432. CMD_SIXDOTS = status 15 # toggle text style 6-dot/8-dot
  2433. CMD_SIXDOTS off = easy left2 and status 15 # set text style 8-dot
  2434. CMD_SIXDOTS on = easy right2 and status 15 # set text style 6-dot
  2435. CMD_SKPIDLNS = status 16 # toggle skipping of lines with identical content on/off
  2436. CMD_SKPIDLNS off = easy left2 and status 16 # set skipping of lines with identical content off
  2437. CMD_SKPIDLNS on = easy right2 and status 16 # set skipping of lines with identical content on
  2438. CMD_TUNES = status 17 # toggle alert tunes on/off
  2439. CMD_TUNES off = easy left2 and status 17 # set alert tunes off
  2440. CMD_TUNES on = easy right2 and status 17 # set alert tunes on
  2441. CMD_AUTOSPEAK = status 18 # toggle autospeak on/off
  2442. CMD_AUTOSPEAK off = easy left2 and status 18 # set autospeak off
  2443. CMD_AUTOSPEAK on = easy right2 and status 18 # set autospeak on
  2444. CMD_AUTOREPEAT = status 19 # toggle autorepeat on/off
  2445. CMD_AUTOREPEAT off = easy left2 and status 19 # set autorepeat off
  2446. CMD_AUTOREPEAT on = easy right2 and status 19 # set autorepeat on
  2447. CMD_PASTE = status 20 # insert cut buffer at cursor
  2448. # --------------------------------------------
  2449. # Terminal Parameters:
  2450. identification = 68
  2451. terminal = "BrailleX EL 40 P"
  2452. helpfile = "brltty-pm-el_40_p.hlp"
  2453. displaysize = 40
  2454. haseasybar = 1 1 1 0
  2455. # Modifier Keys:
  2456. modifier = switch left rear
  2457. modifier = switch left front
  2458. modifier = switch right rear
  2459. modifier = switch right front
  2460. modifier = key left rear
  2461. modifier = key left front
  2462. modifier = key right rear
  2463. modifier = key right front
  2464. modifier = easy up1
  2465. modifier = easy down1
  2466. modifier = easy left1
  2467. modifier = easy right1
  2468. modifier = easy up2
  2469. modifier = easy down2
  2470. modifier = easy left2
  2471. modifier = easy right2
  2472. # Command Definitions:
  2473. CMD_LNUP = easy up1 # go up one line
  2474. CMD_LNDN = easy down1 # go down one line
  2475. CMD_TOP = easy up2 # go to top line
  2476. CMD_BOT = easy down2 # go to bottom line
  2477. CMD_FWINLT = easy left1 # go left one window
  2478. CMD_FWINRT = easy right1 # go right one window
  2479. CMD_LNBEG = easy left2 # go to beginning of line
  2480. CMD_LNEND = easy right2 # go to end of line
  2481. CMD_PRDIFLN = switch left rear and easy up1 # go up to nearest line with different content
  2482. CMD_NXDIFLN = switch left rear and easy down1 # go down to nearest line with different content
  2483. CMD_ATTRUP = switch left rear and easy up2 # go up to nearest line with different highlighting
  2484. CMD_ATTRDN = switch left rear and easy down2 # go down to nearest line with different highlighting
  2485. CMD_PRPROMPT = switch left rear and easy left1 # go up to previous command prompt
  2486. CMD_NXPROMPT = switch left rear and easy right1 # go down to next command prompt
  2487. CMD_PRPGRPH = switch left rear and easy left2 # go up to last line of previous paragraph
  2488. CMD_NXPGRPH = switch left rear and easy right2 # go down to first line of next paragraph
  2489. KEY_CURSOR_UP = switch right rear and easy up1 # send cursor-up key
  2490. KEY_CURSOR_DOWN = switch right rear and easy down1 # send cursor-down key
  2491. KEY_PAGE_UP = switch right rear and easy up2 # send page-up key
  2492. KEY_PAGE_DOWN = switch right rear and easy down2 # send page-down key
  2493. CMD_FWINLT route = switch right rear and easy left1 # go left one window and route cursor
  2494. CMD_FWINRT route = switch right rear and easy right1 # go right one window and route cursor
  2495. CMD_LNBEG route = switch right rear and easy left2 # go to beginning of line and route cursor
  2496. CMD_LNEND route = switch right rear and easy right2 # go to end of line and route cursor
  2497. KEY_CURSOR_UP = switch left rear and switch right rear and easy up1 # send cursor-up key
  2498. KEY_CURSOR_DOWN = switch left rear and switch right rear and easy down1 # send cursor-down key
  2499. KEY_PAGE_UP = switch left rear and switch right rear and easy up2 # send page-up key
  2500. KEY_PAGE_DOWN = switch left rear and switch right rear and easy down2 # send page-down key
  2501. KEY_CURSOR_LEFT = switch left rear and switch right rear and easy left1 # send cursor-left key
  2502. KEY_CURSOR_RIGHT = switch left rear and switch right rear and easy right1 # send cursor-right key
  2503. KEY_HOME = switch left rear and switch right rear and easy left2 # send home key
  2504. KEY_END = switch left rear and switch right rear and easy right2 # send end key
  2505. CMD_PRSEARCH = switch left front and easy up1 # search backward for content of cut buffer
  2506. CMD_NXSEARCH = switch left front and easy down1 # search forward for content of cut buffer
  2507. CMD_HELP = switch left front and easy up2 # enter/leave help display
  2508. CMD_LEARN = switch left front and easy down2 # enter/leave command learn mode
  2509. CMD_CHRLT = switch left front and easy left1 # go left one character
  2510. CMD_CHRRT = switch left front and easy right1 # go right one character
  2511. CMD_HWINLT = switch left front and easy left2 # go left half a window
  2512. CMD_HWINRT = switch left front and easy right2 # go right half a window
  2513. CMD_MENU_PREV_ITEM = switch right front and easy up1 # go to previous item in menu
  2514. CMD_MENU_NEXT_ITEM = switch right front and easy down1 # go to next item in menu
  2515. CMD_MENU_FIRST_ITEM = switch right front and easy up2 # go to first item in menu
  2516. CMD_MENU_LAST_ITEM = switch right front and easy down2 # go to last item in menu
  2517. CMD_MENU_PREV_SETTING = switch right front and easy left1 # change current item in menu to previous choice
  2518. CMD_MENU_NEXT_SETTING = switch right front and easy right1 # change current item in menu to next choice
  2519. CMD_PREFLOAD = switch right front and easy left2 # restore saved preferences
  2520. CMD_PREFSAVE = switch right front and easy right2 # save current preferences
  2521. CMD_BACK = key left rear # go back (undo unexpected cursor tracking motion)
  2522. CMD_HOME = key left front # go to cursor
  2523. CMD_HELP = key right rear # enter/leave help display
  2524. CMD_LEARN = key right front # enter/leave command learn mode
  2525. CMD_SIXDOTS = key left rear and easy up1 # toggle text style 6-dot/8-dot
  2526. CMD_PASTE = key left rear and easy down1 # insert cut buffer at cursor
  2527. CMD_CAPBLINK = key left rear and easy up2 # toggle capital letter blinking on/off
  2528. CMD_CSRJMP_VERT = key left rear and easy down2 # bring cursor to line (no horizontal motion)
  2529. CMD_DISPMD = key left rear and easy left1 # toggle display mode attributes/text
  2530. CMD_CSRTRK = key left rear and easy right1 # toggle cursor tracking on/off
  2531. CMD_ATTRVIS = key left rear and easy left2 # toggle attribute underlining on/off
  2532. CMD_CSRVIS = key left rear and easy right2 # toggle cursor visibility on/off
  2533. CMD_AUTOSPEAK = key left front and easy up1 # toggle autospeak on/off
  2534. CMD_AUTOREPEAT = key left front and easy down1 # toggle autorepeat on/off
  2535. CMD_RESTARTBRL = key left front and easy up2 # reinitialize braille driver
  2536. CMD_FREEZE = key left front and easy down2 # toggle screen mode frozen/live
  2537. CMD_INFO = key left front and easy left1 # enter/leave status display
  2538. CMD_PREFMENU = key left front and easy right1 # enter/leave preferences menu
  2539. CMD_PREFLOAD = key left front and easy left2 # restore saved preferences
  2540. CMD_PREFSAVE = key left front and easy right2 # save current preferences
  2541. CMD_SAY_ABOVE = key right rear and easy up1 # speak from top of screen through current line
  2542. CMD_SAY_BELOW = key right rear and easy down1 # speak from current line through bottom of screen
  2543. CMD_SAY_LOUDER = key right rear and easy up2 # increase speech volume
  2544. CMD_SAY_SOFTER = key right rear and easy down2 # decrease speech volume
  2545. CMD_MUTE = key right rear and easy left1 # stop speaking immediately
  2546. CMD_SAY_LINE = key right rear and easy right1 # speak current line
  2547. CMD_SAY_SLOWER = key right rear and easy left2 # decrease speech rate
  2548. CMD_SAY_FASTER = key right rear and easy right2 # increase speech rate
  2549. CMD_SPKHOME = key right front and easy up1 # go to current (most recent) speech position
  2550. CMD_TUNES = key right front and easy down1 # toggle alert tunes on/off
  2551. CMD_RESTARTSPEECH = key right front and easy up2 # reinitialize speech driver
  2552. CMD_SWSIM_BQ = key right front and easy down2 # 
  2553. CMD_SKPIDLNS = key right front and easy left1 # toggle skipping of lines with identical content on/off
  2554. CMD_SKPBLNKWINS = key right front and easy right1 # toggle skipping of blank windows on/off
  2555. CMD_SLIDEWIN = key right front and easy right2 # toggle sliding window on/off
  2556. BLK_ROUTE = routing1 # bring cursor to character
  2557. BLK_PRINDENT = easy up1 and routing1 # go up to nearest line without greater indent
  2558. BLK_NXINDENT = easy down1 and routing1 # go down to nearest line without greater indent
  2559. BLK_SETLEFT = easy up2 and routing1 # position left end of window at character
  2560. BLK_DESCCHAR = easy down2 and routing1 # describe character
  2561. BLK_CUTAPPEND = easy left1 and routing1 # append to existing cut buffer from character
  2562. BLK_CUTLINE = easy right1 and routing1 # linear cut to character
  2563. BLK_CUTBEGIN = easy left2 and routing1 # start new cut buffer at character
  2564. BLK_CUTRECT = easy right2 and routing1 # rectangular cut to character
  2565. BLK_DESCCHAR = routing2 # describe character
  2566. CMD_BACK = switch right rear and key left rear # go back (undo unexpected cursor tracking motion)
  2567. CMD_HOME = switch right rear and key left front # go to cursor
  2568. CMD_HELP = switch right rear and key right rear # enter/leave help display
  2569. CMD_LEARN = switch right rear and key right front # enter/leave command learn mode
  2570. CMD_SIXDOTS = switch right rear and key left rear and easy up1 # toggle text style 6-dot/8-dot
  2571. CMD_PASTE = switch right rear and key left rear and easy down1 # insert cut buffer at cursor
  2572. CMD_CAPBLINK = switch right rear and key left rear and easy up2 # toggle capital letter blinking on/off
  2573. CMD_CSRJMP_VERT = switch right rear and key left rear and easy down2 # bring cursor to line (no horizontal motion)
  2574. CMD_DISPMD = switch right rear and key left rear and easy left1 # toggle display mode attributes/text
  2575. CMD_CSRTRK = switch right rear and key left rear and easy right1 # toggle cursor tracking on/off
  2576. CMD_ATTRVIS = switch right rear and key left rear and easy left2 # toggle attribute underlining on/off
  2577. CMD_CSRVIS = switch right rear and key left rear and easy right2 # toggle cursor visibility on/off
  2578. CMD_AUTOSPEAK = switch right rear and key left front and easy up1 # toggle autospeak on/off
  2579. CMD_AUTOREPEAT = switch right rear and key left front and easy down1 # toggle autorepeat on/off
  2580. CMD_RESTARTBRL = switch right rear and key left front and easy up2 # reinitialize braille driver
  2581. CMD_FREEZE = switch right rear and key left front and easy down2 # toggle screen mode frozen/live
  2582. CMD_INFO = switch right rear and key left front and easy left1 # enter/leave status display
  2583. CMD_PREFMENU = switch right rear and key left front and easy right1 # enter/leave preferences menu
  2584. CMD_PREFLOAD = switch right rear and key left front and easy left2 # restore saved preferences
  2585. CMD_PREFSAVE = switch right rear and key left front and easy right2 # save current preferences
  2586. CMD_SAY_ABOVE = switch right rear and key right rear and easy up1 # speak from top of screen through current line
  2587. CMD_SAY_BELOW = switch right rear and key right rear and easy down1 # speak from current line through bottom of screen
  2588. CMD_SAY_LOUDER = switch right rear and key right rear and easy up2 # increase speech volume
  2589. CMD_SAY_SOFTER = switch right rear and key right rear and easy down2 # decrease speech volume
  2590. CMD_MUTE = switch right rear and key right rear and easy left1 # stop speaking immediately
  2591. CMD_SAY_LINE = switch right rear and key right rear and easy right1 # speak current line
  2592. CMD_SAY_SLOWER = switch right rear and key right rear and easy left2 # decrease speech rate
  2593. CMD_SAY_FASTER = switch right rear and key right rear and easy right2 # increase speech rate
  2594. CMD_SPKHOME = switch right rear and key right front and easy up1 # go to current (most recent) speech position
  2595. CMD_TUNES = switch right rear and key right front and easy down1 # toggle alert tunes on/off
  2596. CMD_RESTARTSPEECH = switch right rear and key right front and easy up2 # reinitialize speech driver
  2597. CMD_SWSIM_BQ = switch right rear and key right front and easy down2 # 
  2598. CMD_SKPIDLNS = switch right rear and key right front and easy left1 # toggle skipping of lines with identical content on/off
  2599. CMD_SKPBLNKWINS = switch right rear and key right front and easy right1 # toggle skipping of blank windows on/off
  2600. CMD_SLIDEWIN = switch right rear and key right front and easy right2 # toggle sliding window on/off
  2601. BLK_ROUTE = switch right rear and routing1 # bring cursor to character
  2602. BLK_PRINDENT = switch right rear and easy up1 and routing1 # go up to nearest line without greater indent
  2603. BLK_NXINDENT = switch right rear and easy down1 and routing1 # go down to nearest line without greater indent
  2604. BLK_SETLEFT = switch right rear and easy up2 and routing1 # position left end of window at character
  2605. BLK_DESCCHAR = switch right rear and easy down2 and routing1 # describe character
  2606. BLK_CUTAPPEND = switch right rear and easy left1 and routing1 # append to existing cut buffer from character
  2607. BLK_CUTLINE = switch right rear and easy right1 and routing1 # linear cut to character
  2608. BLK_CUTBEGIN = switch right rear and easy left2 and routing1 # start new cut buffer at character
  2609. BLK_CUTRECT = switch right rear and easy right2 and routing1 # rectangular cut to character
  2610. BLK_DESCCHAR = switch right rear and routing2 # describe character
  2611. CMD_BACK = switch right front and key left rear # go back (undo unexpected cursor tracking motion)
  2612. CMD_HOME = switch right front and key left front # go to cursor
  2613. CMD_HELP = switch right front and key right rear # enter/leave help display
  2614. CMD_LEARN = switch right front and key right front # enter/leave command learn mode
  2615. CMD_SIXDOTS = switch right front and key left rear and easy up1 # toggle text style 6-dot/8-dot
  2616. CMD_PASTE = switch right front and key left rear and easy down1 # insert cut buffer at cursor
  2617. CMD_CAPBLINK = switch right front and key left rear and easy up2 # toggle capital letter blinking on/off
  2618. CMD_CSRJMP_VERT = switch right front and key left rear and easy down2 # bring cursor to line (no horizontal motion)
  2619. CMD_DISPMD = switch right front and key left rear and easy left1 # toggle display mode attributes/text
  2620. CMD_CSRTRK = switch right front and key left rear and easy right1 # toggle cursor tracking on/off
  2621. CMD_ATTRVIS = switch right front and key left rear and easy left2 # toggle attribute underlining on/off
  2622. CMD_CSRVIS = switch right front and key left rear and easy right2 # toggle cursor visibility on/off
  2623. CMD_AUTOSPEAK = switch right front and key left front and easy up1 # toggle autospeak on/off
  2624. CMD_AUTOREPEAT = switch right front and key left front and easy down1 # toggle autorepeat on/off
  2625. CMD_RESTARTBRL = switch right front and key left front and easy up2 # reinitialize braille driver
  2626. CMD_FREEZE = switch right front and key left front and easy down2 # toggle screen mode frozen/live
  2627. CMD_INFO = switch right front and key left front and easy left1 # enter/leave status display
  2628. CMD_PREFMENU = switch right front and key left front and easy right1 # enter/leave preferences menu
  2629. CMD_PREFLOAD = switch right front and key left front and easy left2 # restore saved preferences
  2630. CMD_PREFSAVE = switch right front and key left front and easy right2 # save current preferences
  2631. CMD_SAY_ABOVE = switch right front and key right rear and easy up1 # speak from top of screen through current line
  2632. CMD_SAY_BELOW = switch right front and key right rear and easy down1 # speak from current line through bottom of screen
  2633. CMD_SAY_LOUDER = switch right front and key right rear and easy up2 # increase speech volume
  2634. CMD_SAY_SOFTER = switch right front and key right rear and easy down2 # decrease speech volume
  2635. CMD_MUTE = switch right front and key right rear and easy left1 # stop speaking immediately
  2636. CMD_SAY_LINE = switch right front and key right rear and easy right1 # speak current line
  2637. CMD_SAY_SLOWER = switch right front and key right rear and easy left2 # decrease speech rate
  2638. CMD_SAY_FASTER = switch right front and key right rear and easy right2 # increase speech rate
  2639. CMD_SPKHOME = switch right front and key right front and easy up1 # go to current (most recent) speech position
  2640. CMD_TUNES = switch right front and key right front and easy down1 # toggle alert tunes on/off
  2641. CMD_RESTARTSPEECH = switch right front and key right front and easy up2 # reinitialize speech driver
  2642. CMD_SWSIM_BQ = switch right front and key right front and easy down2 # 
  2643. CMD_SKPIDLNS = switch right front and key right front and easy left1 # toggle skipping of lines with identical content on/off
  2644. CMD_SKPBLNKWINS = switch right front and key right front and easy right1 # toggle skipping of blank windows on/off
  2645. CMD_SLIDEWIN = switch right front and key right front and easy right2 # toggle sliding window on/off
  2646. BLK_ROUTE = switch right front and routing1 # bring cursor to character
  2647. BLK_PRINDENT = switch right front and easy up1 and routing1 # go up to nearest line without greater indent
  2648. BLK_NXINDENT = switch right front and easy down1 and routing1 # go down to nearest line without greater indent
  2649. BLK_SETLEFT = switch right front and easy up2 and routing1 # position left end of window at character
  2650. BLK_DESCCHAR = switch right front and easy down2 and routing1 # describe character
  2651. BLK_CUTAPPEND = switch right front and easy left1 and routing1 # append to existing cut buffer from character
  2652. BLK_CUTLINE = switch right front and easy right1 and routing1 # linear cut to character
  2653. BLK_CUTBEGIN = switch right front and easy left2 and routing1 # start new cut buffer at character
  2654. BLK_CUTRECT = switch right front and easy right2 and routing1 # rectangular cut to character
  2655. BLK_DESCCHAR = switch right front and routing2 # describe character
  2656. CMD_BACK = switch left rear and key left rear # go back (undo unexpected cursor tracking motion)
  2657. CMD_HOME = switch left rear and key left front # go to cursor
  2658. CMD_HELP = switch left rear and key right rear # enter/leave help display
  2659. CMD_LEARN = switch left rear and key right front # enter/leave command learn mode
  2660. CMD_SIXDOTS = switch left rear and key left rear and easy up1 # toggle text style 6-dot/8-dot
  2661. CMD_PASTE = switch left rear and key left rear and easy down1 # insert cut buffer at cursor
  2662. CMD_CAPBLINK = switch left rear and key left rear and easy up2 # toggle capital letter blinking on/off
  2663. CMD_CSRJMP_VERT = switch left rear and key left rear and easy down2 # bring cursor to line (no horizontal motion)
  2664. CMD_DISPMD = switch left rear and key left rear and easy left1 # toggle display mode attributes/text
  2665. CMD_CSRTRK = switch left rear and key left rear and easy right1 # toggle cursor tracking on/off
  2666. CMD_ATTRVIS = switch left rear and key left rear and easy left2 # toggle attribute underlining on/off
  2667. CMD_CSRVIS = switch left rear and key left rear and easy right2 # toggle cursor visibility on/off
  2668. CMD_AUTOSPEAK = switch left rear and key left front and easy up1 # toggle autospeak on/off
  2669. CMD_AUTOREPEAT = switch left rear and key left front and easy down1 # toggle autorepeat on/off
  2670. CMD_RESTARTBRL = switch left rear and key left front and easy up2 # reinitialize braille driver
  2671. CMD_FREEZE = switch left rear and key left front and easy down2 # toggle screen mode frozen/live
  2672. CMD_INFO = switch left rear and key left front and easy left1 # enter/leave status display
  2673. CMD_PREFMENU = switch left rear and key left front and easy right1 # enter/leave preferences menu
  2674. CMD_PREFLOAD = switch left rear and key left front and easy left2 # restore saved preferences
  2675. CMD_PREFSAVE = switch left rear and key left front and easy right2 # save current preferences
  2676. CMD_SAY_ABOVE = switch left rear and key right rear and easy up1 # speak from top of screen through current line
  2677. CMD_SAY_BELOW = switch left rear and key right rear and easy down1 # speak from current line through bottom of screen
  2678. CMD_SAY_LOUDER = switch left rear and key right rear and easy up2 # increase speech volume
  2679. CMD_SAY_SOFTER = switch left rear and key right rear and easy down2 # decrease speech volume
  2680. CMD_MUTE = switch left rear and key right rear and easy left1 # stop speaking immediately
  2681. CMD_SAY_LINE = switch left rear and key right rear and easy right1 # speak current line
  2682. CMD_SAY_SLOWER = switch left rear and key right rear and easy left2 # decrease speech rate
  2683. CMD_SAY_FASTER = switch left rear and key right rear and easy right2 # increase speech rate
  2684. CMD_SPKHOME = switch left rear and key right front and easy up1 # go to current (most recent) speech position
  2685. CMD_TUNES = switch left rear and key right front and easy down1 # toggle alert tunes on/off
  2686. CMD_RESTARTSPEECH = switch left rear and key right front and easy up2 # reinitialize speech driver
  2687. CMD_SWSIM_BQ = switch left rear and key right front and easy down2 # 
  2688. CMD_SKPIDLNS = switch left rear and key right front and easy left1 # toggle skipping of lines with identical content on/off
  2689. CMD_SKPBLNKWINS = switch left rear and key right front and easy right1 # toggle skipping of blank windows on/off
  2690. CMD_SLIDEWIN = switch left rear and key right front and easy right2 # toggle sliding window on/off
  2691. BLK_ROUTE = switch left rear and routing1 # bring cursor to character
  2692. BLK_PRINDENT = switch left rear and easy up1 and routing1 # go up to nearest line without greater indent
  2693. BLK_NXINDENT = switch left rear and easy down1 and routing1 # go down to nearest line without greater indent
  2694. BLK_SETLEFT = switch left rear and easy up2 and routing1 # position left end of window at character
  2695. BLK_DESCCHAR = switch left rear and easy down2 and routing1 # describe character
  2696. BLK_CUTAPPEND = switch left rear and easy left1 and routing1 # append to existing cut buffer from character
  2697. BLK_CUTLINE = switch left rear and easy right1 and routing1 # linear cut to character
  2698. BLK_CUTBEGIN = switch left rear and easy left2 and routing1 # start new cut buffer at character
  2699. BLK_CUTRECT = switch left rear and easy right2 and routing1 # rectangular cut to character
  2700. BLK_DESCCHAR = switch left rear and routing2 # describe character
  2701. CMD_BACK = switch left rear and switch right rear and key left rear # go back (undo unexpected cursor tracking motion)
  2702. CMD_HOME = switch left rear and switch right rear and key left front # go to cursor
  2703. CMD_HELP = switch left rear and switch right rear and key right rear # enter/leave help display
  2704. CMD_LEARN = switch left rear and switch right rear and key right front # enter/leave command learn mode
  2705. CMD_SIXDOTS = switch left rear and switch right rear and key left rear and easy up1 # toggle text style 6-dot/8-dot
  2706. CMD_PASTE = switch left rear and switch right rear and key left rear and easy down1 # insert cut buffer at cursor
  2707. CMD_CAPBLINK = switch left rear and switch right rear and key left rear and easy up2 # toggle capital letter blinking on/off
  2708. CMD_CSRJMP_VERT = switch left rear and switch right rear and key left rear and easy down2 # bring cursor to line (no horizontal motion)
  2709. CMD_DISPMD = switch left rear and switch right rear and key left rear and easy left1 # toggle display mode attributes/text
  2710. CMD_CSRTRK = switch left rear and switch right rear and key left rear and easy right1 # toggle cursor tracking on/off
  2711. CMD_ATTRVIS = switch left rear and switch right rear and key left rear and easy left2 # toggle attribute underlining on/off
  2712. CMD_CSRVIS = switch left rear and switch right rear and key left rear and easy right2 # toggle cursor visibility on/off
  2713. CMD_AUTOSPEAK = switch left rear and switch right rear and key left front and easy up1 # toggle autospeak on/off
  2714. CMD_AUTOREPEAT = switch left rear and switch right rear and key left front and easy down1 # toggle autorepeat on/off
  2715. CMD_RESTARTBRL = switch left rear and switch right rear and key left front and easy up2 # reinitialize braille driver
  2716. CMD_FREEZE = switch left rear and switch right rear and key left front and easy down2 # toggle screen mode frozen/live
  2717. CMD_INFO = switch left rear and switch right rear and key left front and easy left1 # enter/leave status display
  2718. CMD_PREFMENU = switch left rear and switch right rear and key left front and easy right1 # enter/leave preferences menu
  2719. CMD_PREFLOAD = switch left rear and switch right rear and key left front and easy left2 # restore saved preferences
  2720. CMD_PREFSAVE = switch left rear and switch right rear and key left front and easy right2 # save current preferences
  2721. CMD_SAY_ABOVE = switch left rear and switch right rear and key right rear and easy up1 # speak from top of screen through current line
  2722. CMD_SAY_BELOW = switch left rear and switch right rear and key right rear and easy down1 # speak from current line through bottom of screen
  2723. CMD_SAY_LOUDER = switch left rear and switch right rear and key right rear and easy up2 # increase speech volume
  2724. CMD_SAY_SOFTER = switch left rear and switch right rear and key right rear and easy down2 # decrease speech volume
  2725. CMD_MUTE = switch left rear and switch right rear and key right rear and easy left1 # stop speaking immediately
  2726. CMD_SAY_LINE = switch left rear and switch right rear and key right rear and easy right1 # speak current line
  2727. CMD_SAY_SLOWER = switch left rear and switch right rear and key right rear and easy left2 # decrease speech rate
  2728. CMD_SAY_FASTER = switch left rear and switch right rear and key right rear and easy right2 # increase speech rate
  2729. CMD_SPKHOME = switch left rear and switch right rear and key right front and easy up1 # go to current (most recent) speech position
  2730. CMD_TUNES = switch left rear and switch right rear and key right front and easy down1 # toggle alert tunes on/off
  2731. CMD_RESTARTSPEECH = switch left rear and switch right rear and key right front and easy up2 # reinitialize speech driver
  2732. CMD_SWSIM_BQ = switch left rear and switch right rear and key right front and easy down2 # 
  2733. CMD_SKPIDLNS = switch left rear and switch right rear and key right front and easy left1 # toggle skipping of lines with identical content on/off
  2734. CMD_SKPBLNKWINS = switch left rear and switch right rear and key right front and easy right1 # toggle skipping of blank windows on/off
  2735. CMD_SLIDEWIN = switch left rear and switch right rear and key right front and easy right2 # toggle sliding window on/off
  2736. BLK_ROUTE = switch left rear and switch right rear and routing1 # bring cursor to character
  2737. BLK_PRINDENT = switch left rear and switch right rear and easy up1 and routing1 # go up to nearest line without greater indent
  2738. BLK_NXINDENT = switch left rear and switch right rear and easy down1 and routing1 # go down to nearest line without greater indent
  2739. BLK_SETLEFT = switch left rear and switch right rear and easy up2 and routing1 # position left end of window at character
  2740. BLK_DESCCHAR = switch left rear and switch right rear and easy down2 and routing1 # describe character
  2741. BLK_CUTAPPEND = switch left rear and switch right rear and easy left1 and routing1 # append to existing cut buffer from character
  2742. BLK_CUTLINE = switch left rear and switch right rear and easy right1 and routing1 # linear cut to character
  2743. BLK_CUTBEGIN = switch left rear and switch right rear and easy left2 and routing1 # start new cut buffer at character
  2744. BLK_CUTRECT = switch left rear and switch right rear and easy right2 and routing1 # rectangular cut to character
  2745. BLK_DESCCHAR = switch left rear and switch right rear and routing2 # describe character
  2746. CMD_BACK = switch left rear and switch right front and key left rear # go back (undo unexpected cursor tracking motion)
  2747. CMD_HOME = switch left rear and switch right front and key left front # go to cursor
  2748. CMD_HELP = switch left rear and switch right front and key right rear # enter/leave help display
  2749. CMD_LEARN = switch left rear and switch right front and key right front # enter/leave command learn mode
  2750. CMD_SIXDOTS = switch left rear and switch right front and key left rear and easy up1 # toggle text style 6-dot/8-dot
  2751. CMD_PASTE = switch left rear and switch right front and key left rear and easy down1 # insert cut buffer at cursor
  2752. CMD_CAPBLINK = switch left rear and switch right front and key left rear and easy up2 # toggle capital letter blinking on/off
  2753. CMD_CSRJMP_VERT = switch left rear and switch right front and key left rear and easy down2 # bring cursor to line (no horizontal motion)
  2754. CMD_DISPMD = switch left rear and switch right front and key left rear and easy left1 # toggle display mode attributes/text
  2755. CMD_CSRTRK = switch left rear and switch right front and key left rear and easy right1 # toggle cursor tracking on/off
  2756. CMD_ATTRVIS = switch left rear and switch right front and key left rear and easy left2 # toggle attribute underlining on/off
  2757. CMD_CSRVIS = switch left rear and switch right front and key left rear and easy right2 # toggle cursor visibility on/off
  2758. CMD_AUTOSPEAK = switch left rear and switch right front and key left front and easy up1 # toggle autospeak on/off
  2759. CMD_AUTOREPEAT = switch left rear and switch right front and key left front and easy down1 # toggle autorepeat on/off
  2760. CMD_RESTARTBRL = switch left rear and switch right front and key left front and easy up2 # reinitialize braille driver
  2761. CMD_FREEZE = switch left rear and switch right front and key left front and easy down2 # toggle screen mode frozen/live
  2762. CMD_INFO = switch left rear and switch right front and key left front and easy left1 # enter/leave status display
  2763. CMD_PREFMENU = switch left rear and switch right front and key left front and easy right1 # enter/leave preferences menu
  2764. CMD_PREFLOAD = switch left rear and switch right front and key left front and easy left2 # restore saved preferences
  2765. CMD_PREFSAVE = switch left rear and switch right front and key left front and easy right2 # save current preferences
  2766. CMD_SAY_ABOVE = switch left rear and switch right front and key right rear and easy up1 # speak from top of screen through current line
  2767. CMD_SAY_BELOW = switch left rear and switch right front and key right rear and easy down1 # speak from current line through bottom of screen
  2768. CMD_SAY_LOUDER = switch left rear and switch right front and key right rear and easy up2 # increase speech volume
  2769. CMD_SAY_SOFTER = switch left rear and switch right front and key right rear and easy down2 # decrease speech volume
  2770. CMD_MUTE = switch left rear and switch right front and key right rear and easy left1 # stop speaking immediately
  2771. CMD_SAY_LINE = switch left rear and switch right front and key right rear and easy right1 # speak current line
  2772. CMD_SAY_SLOWER = switch left rear and switch right front and key right rear and easy left2 # decrease speech rate
  2773. CMD_SAY_FASTER = switch left rear and switch right front and key right rear and easy right2 # increase speech rate
  2774. CMD_SPKHOME = switch left rear and switch right front and key right front and easy up1 # go to current (most recent) speech position
  2775. CMD_TUNES = switch left rear and switch right front and key right front and easy down1 # toggle alert tunes on/off
  2776. CMD_RESTARTSPEECH = switch left rear and switch right front and key right front and easy up2 # reinitialize speech driver
  2777. CMD_SWSIM_BQ = switch left rear and switch right front and key right front and easy down2 # 
  2778. CMD_SKPIDLNS = switch left rear and switch right front and key right front and easy left1 # toggle skipping of lines with identical content on/off
  2779. CMD_SKPBLNKWINS = switch left rear and switch right front and key right front and easy right1 # toggle skipping of blank windows on/off
  2780. CMD_SLIDEWIN = switch left rear and switch right front and key right front and easy right2 # toggle sliding window on/off
  2781. BLK_ROUTE = switch left rear and switch right front and routing1 # bring cursor to character
  2782. BLK_PRINDENT = switch left rear and switch right front and easy up1 and routing1 # go up to nearest line without greater indent
  2783. BLK_NXINDENT = switch left rear and switch right front and easy down1 and routing1 # go down to nearest line without greater indent
  2784. BLK_SETLEFT = switch left rear and switch right front and easy up2 and routing1 # position left end of window at character
  2785. BLK_DESCCHAR = switch left rear and switch right front and easy down2 and routing1 # describe character
  2786. BLK_CUTAPPEND = switch left rear and switch right front and easy left1 and routing1 # append to existing cut buffer from character
  2787. BLK_CUTLINE = switch left rear and switch right front and easy right1 and routing1 # linear cut to character
  2788. BLK_CUTBEGIN = switch left rear and switch right front and easy left2 and routing1 # start new cut buffer at character
  2789. BLK_CUTRECT = switch left rear and switch right front and easy right2 and routing1 # rectangular cut to character
  2790. BLK_DESCCHAR = switch left rear and switch right front and routing2 # describe character
  2791. CMD_BACK = switch left front and key left rear # go back (undo unexpected cursor tracking motion)
  2792. CMD_HOME = switch left front and key left front # go to cursor
  2793. CMD_HELP = switch left front and key right rear # enter/leave help display
  2794. CMD_LEARN = switch left front and key right front # enter/leave command learn mode
  2795. CMD_SIXDOTS = switch left front and key left rear and easy up1 # toggle text style 6-dot/8-dot
  2796. CMD_PASTE = switch left front and key left rear and easy down1 # insert cut buffer at cursor
  2797. CMD_CAPBLINK = switch left front and key left rear and easy up2 # toggle capital letter blinking on/off
  2798. CMD_CSRJMP_VERT = switch left front and key left rear and easy down2 # bring cursor to line (no horizontal motion)
  2799. CMD_DISPMD = switch left front and key left rear and easy left1 # toggle display mode attributes/text
  2800. CMD_CSRTRK = switch left front and key left rear and easy right1 # toggle cursor tracking on/off
  2801. CMD_ATTRVIS = switch left front and key left rear and easy left2 # toggle attribute underlining on/off
  2802. CMD_CSRVIS = switch left front and key left rear and easy right2 # toggle cursor visibility on/off
  2803. CMD_AUTOSPEAK = switch left front and key left front and easy up1 # toggle autospeak on/off
  2804. CMD_AUTOREPEAT = switch left front and key left front and easy down1 # toggle autorepeat on/off
  2805. CMD_RESTARTBRL = switch left front and key left front and easy up2 # reinitialize braille driver
  2806. CMD_FREEZE = switch left front and key left front and easy down2 # toggle screen mode frozen/live
  2807. CMD_INFO = switch left front and key left front and easy left1 # enter/leave status display
  2808. CMD_PREFMENU = switch left front and key left front and easy right1 # enter/leave preferences menu
  2809. CMD_PREFLOAD = switch left front and key left front and easy left2 # restore saved preferences
  2810. CMD_PREFSAVE = switch left front and key left front and easy right2 # save current preferences
  2811. CMD_SAY_ABOVE = switch left front and key right rear and easy up1 # speak from top of screen through current line
  2812. CMD_SAY_BELOW = switch left front and key right rear and easy down1 # speak from current line through bottom of screen
  2813. CMD_SAY_LOUDER = switch left front and key right rear and easy up2 # increase speech volume
  2814. CMD_SAY_SOFTER = switch left front and key right rear and easy down2 # decrease speech volume
  2815. CMD_MUTE = switch left front and key right rear and easy left1 # stop speaking immediately
  2816. CMD_SAY_LINE = switch left front and key right rear and easy right1 # speak current line
  2817. CMD_SAY_SLOWER = switch left front and key right rear and easy left2 # decrease speech rate
  2818. CMD_SAY_FASTER = switch left front and key right rear and easy right2 # increase speech rate
  2819. CMD_SPKHOME = switch left front and key right front and easy up1 # go to current (most recent) speech position
  2820. CMD_TUNES = switch left front and key right front and easy down1 # toggle alert tunes on/off
  2821. CMD_RESTARTSPEECH = switch left front and key right front and easy up2 # reinitialize speech driver
  2822. CMD_SWSIM_BQ = switch left front and key right front and easy down2 # 
  2823. CMD_SKPIDLNS = switch left front and key right front and easy left1 # toggle skipping of lines with identical content on/off
  2824. CMD_SKPBLNKWINS = switch left front and key right front and easy right1 # toggle skipping of blank windows on/off
  2825. CMD_SLIDEWIN = switch left front and key right front and easy right2 # toggle sliding window on/off
  2826. BLK_ROUTE = switch left front and routing1 # bring cursor to character
  2827. BLK_PRINDENT = switch left front and easy up1 and routing1 # go up to nearest line without greater indent
  2828. BLK_NXINDENT = switch left front and easy down1 and routing1 # go down to nearest line without greater indent
  2829. BLK_SETLEFT = switch left front and easy up2 and routing1 # position left end of window at character
  2830. BLK_DESCCHAR = switch left front and easy down2 and routing1 # describe character
  2831. BLK_CUTAPPEND = switch left front and easy left1 and routing1 # append to existing cut buffer from character
  2832. BLK_CUTLINE = switch left front and easy right1 and routing1 # linear cut to character
  2833. BLK_CUTBEGIN = switch left front and easy left2 and routing1 # start new cut buffer at character
  2834. BLK_CUTRECT = switch left front and easy right2 and routing1 # rectangular cut to character
  2835. BLK_DESCCHAR = switch left front and routing2 # describe character
  2836. CMD_BACK = switch left front and switch right rear and key left rear # go back (undo unexpected cursor tracking motion)
  2837. CMD_HOME = switch left front and switch right rear and key left front # go to cursor
  2838. CMD_HELP = switch left front and switch right rear and key right rear # enter/leave help display
  2839. CMD_LEARN = switch left front and switch right rear and key right front # enter/leave command learn mode
  2840. CMD_SIXDOTS = switch left front and switch right rear and key left rear and easy up1 # toggle text style 6-dot/8-dot
  2841. CMD_PASTE = switch left front and switch right rear and key left rear and easy down1 # insert cut buffer at cursor
  2842. CMD_CAPBLINK = switch left front and switch right rear and key left rear and easy up2 # toggle capital letter blinking on/off
  2843. CMD_CSRJMP_VERT = switch left front and switch right rear and key left rear and easy down2 # bring cursor to line (no horizontal motion)
  2844. CMD_DISPMD = switch left front and switch right rear and key left rear and easy left1 # toggle display mode attributes/text
  2845. CMD_CSRTRK = switch left front and switch right rear and key left rear and easy right1 # toggle cursor tracking on/off
  2846. CMD_ATTRVIS = switch left front and switch right rear and key left rear and easy left2 # toggle attribute underlining on/off
  2847. CMD_CSRVIS = switch left front and switch right rear and key left rear and easy right2 # toggle cursor visibility on/off
  2848. CMD_AUTOSPEAK = switch left front and switch right rear and key left front and easy up1 # toggle autospeak on/off
  2849. CMD_AUTOREPEAT = switch left front and switch right rear and key left front and easy down1 # toggle autorepeat on/off
  2850. CMD_RESTARTBRL = switch left front and switch right rear and key left front and easy up2 # reinitialize braille driver
  2851. CMD_FREEZE = switch left front and switch right rear and key left front and easy down2 # toggle screen mode frozen/live
  2852. CMD_INFO = switch left front and switch right rear and key left front and easy left1 # enter/leave status display
  2853. CMD_PREFMENU = switch left front and switch right rear and key left front and easy right1 # enter/leave preferences menu
  2854. CMD_PREFLOAD = switch left front and switch right rear and key left front and easy left2 # restore saved preferences
  2855. CMD_PREFSAVE = switch left front and switch right rear and key left front and easy right2 # save current preferences
  2856. CMD_SAY_ABOVE = switch left front and switch right rear and key right rear and easy up1 # speak from top of screen through current line
  2857. CMD_SAY_BELOW = switch left front and switch right rear and key right rear and easy down1 # speak from current line through bottom of screen
  2858. CMD_SAY_LOUDER = switch left front and switch right rear and key right rear and easy up2 # increase speech volume
  2859. CMD_SAY_SOFTER = switch left front and switch right rear and key right rear and easy down2 # decrease speech volume
  2860. CMD_MUTE = switch left front and switch right rear and key right rear and easy left1 # stop speaking immediately
  2861. CMD_SAY_LINE = switch left front and switch right rear and key right rear and easy right1 # speak current line
  2862. CMD_SAY_SLOWER = switch left front and switch right rear and key right rear and easy left2 # decrease speech rate
  2863. CMD_SAY_FASTER = switch left front and switch right rear and key right rear and easy right2 # increase speech rate
  2864. CMD_SPKHOME = switch left front and switch right rear and key right front and easy up1 # go to current (most recent) speech position
  2865. CMD_TUNES = switch left front and switch right rear and key right front and easy down1 # toggle alert tunes on/off
  2866. CMD_RESTARTSPEECH = switch left front and switch right rear and key right front and easy up2 # reinitialize speech driver
  2867. CMD_SWSIM_BQ = switch left front and switch right rear and key right front and easy down2 # 
  2868. CMD_SKPIDLNS = switch left front and switch right rear and key right front and easy left1 # toggle skipping of lines with identical content on/off
  2869. CMD_SKPBLNKWINS = switch left front and switch right rear and key right front and easy right1 # toggle skipping of blank windows on/off
  2870. CMD_SLIDEWIN = switch left front and switch right rear and key right front and easy right2 # toggle sliding window on/off
  2871. BLK_ROUTE = switch left front and switch right rear and routing1 # bring cursor to character
  2872. BLK_PRINDENT = switch left front and switch right rear and easy up1 and routing1 # go up to nearest line without greater indent
  2873. BLK_NXINDENT = switch left front and switch right rear and easy down1 and routing1 # go down to nearest line without greater indent
  2874. BLK_SETLEFT = switch left front and switch right rear and easy up2 and routing1 # position left end of window at character
  2875. BLK_DESCCHAR = switch left front and switch right rear and easy down2 and routing1 # describe character
  2876. BLK_CUTAPPEND = switch left front and switch right rear and easy left1 and routing1 # append to existing cut buffer from character
  2877. BLK_CUTLINE = switch left front and switch right rear and easy right1 and routing1 # linear cut to character
  2878. BLK_CUTBEGIN = switch left front and switch right rear and easy left2 and routing1 # start new cut buffer at character
  2879. BLK_CUTRECT = switch left front and switch right rear and easy right2 and routing1 # rectangular cut to character
  2880. BLK_DESCCHAR = switch left front and switch right rear and routing2 # describe character
  2881. CMD_BACK = switch left front and switch right front and key left rear # go back (undo unexpected cursor tracking motion)
  2882. CMD_HOME = switch left front and switch right front and key left front # go to cursor
  2883. CMD_HELP = switch left front and switch right front and key right rear # enter/leave help display
  2884. CMD_LEARN = switch left front and switch right front and key right front # enter/leave command learn mode
  2885. CMD_SIXDOTS = switch left front and switch right front and key left rear and easy up1 # toggle text style 6-dot/8-dot
  2886. CMD_PASTE = switch left front and switch right front and key left rear and easy down1 # insert cut buffer at cursor
  2887. CMD_CAPBLINK = switch left front and switch right front and key left rear and easy up2 # toggle capital letter blinking on/off
  2888. CMD_CSRJMP_VERT = switch left front and switch right front and key left rear and easy down2 # bring cursor to line (no horizontal motion)
  2889. CMD_DISPMD = switch left front and switch right front and key left rear and easy left1 # toggle display mode attributes/text
  2890. CMD_CSRTRK = switch left front and switch right front and key left rear and easy right1 # toggle cursor tracking on/off
  2891. CMD_ATTRVIS = switch left front and switch right front and key left rear and easy left2 # toggle attribute underlining on/off
  2892. CMD_CSRVIS = switch left front and switch right front and key left rear and easy right2 # toggle cursor visibility on/off
  2893. CMD_AUTOSPEAK = switch left front and switch right front and key left front and easy up1 # toggle autospeak on/off
  2894. CMD_AUTOREPEAT = switch left front and switch right front and key left front and easy down1 # toggle autorepeat on/off
  2895. CMD_RESTARTBRL = switch left front and switch right front and key left front and easy up2 # reinitialize braille driver
  2896. CMD_FREEZE = switch left front and switch right front and key left front and easy down2 # toggle screen mode frozen/live
  2897. CMD_INFO = switch left front and switch right front and key left front and easy left1 # enter/leave status display
  2898. CMD_PREFMENU = switch left front and switch right front and key left front and easy right1 # enter/leave preferences menu
  2899. CMD_PREFLOAD = switch left front and switch right front and key left front and easy left2 # restore saved preferences
  2900. CMD_PREFSAVE = switch left front and switch right front and key left front and easy right2 # save current preferences
  2901. CMD_SAY_ABOVE = switch left front and switch right front and key right rear and easy up1 # speak from top of screen through current line
  2902. CMD_SAY_BELOW = switch left front and switch right front and key right rear and easy down1 # speak from current line through bottom of screen
  2903. CMD_SAY_LOUDER = switch left front and switch right front and key right rear and easy up2 # increase speech volume
  2904. CMD_SAY_SOFTER = switch left front and switch right front and key right rear and easy down2 # decrease speech volume
  2905. CMD_MUTE = switch left front and switch right front and key right rear and easy left1 # stop speaking immediately
  2906. CMD_SAY_LINE = switch left front and switch right front and key right rear and easy right1 # speak current line
  2907. CMD_SAY_SLOWER = switch left front and switch right front and key right rear and easy left2 # decrease speech rate
  2908. CMD_SAY_FASTER = switch left front and switch right front and key right rear and easy right2 # increase speech rate
  2909. CMD_SPKHOME = switch left front and switch right front and key right front and easy up1 # go to current (most recent) speech position
  2910. CMD_TUNES = switch left front and switch right front and key right front and easy down1 # toggle alert tunes on/off
  2911. CMD_RESTARTSPEECH = switch left front and switch right front and key right front and easy up2 # reinitialize speech driver
  2912. CMD_SWSIM_BQ = switch left front and switch right front and key right front and easy down2 # 
  2913. CMD_SKPIDLNS = switch left front and switch right front and key right front and easy left1 # toggle skipping of lines with identical content on/off
  2914. CMD_SKPBLNKWINS = switch left front and switch right front and key right front and easy right1 # toggle skipping of blank windows on/off
  2915. CMD_SLIDEWIN = switch left front and switch right front and key right front and easy right2 # toggle sliding window on/off
  2916. BLK_ROUTE = switch left front and switch right front and routing1 # bring cursor to character
  2917. BLK_PRINDENT = switch left front and switch right front and easy up1 and routing1 # go up to nearest line without greater indent
  2918. BLK_NXINDENT = switch left front and switch right front and easy down1 and routing1 # go down to nearest line without greater indent
  2919. BLK_SETLEFT = switch left front and switch right front and easy up2 and routing1 # position left end of window at character
  2920. BLK_DESCCHAR = switch left front and switch right front and easy down2 and routing1 # describe character
  2921. BLK_CUTAPPEND = switch left front and switch right front and easy left1 and routing1 # append to existing cut buffer from character
  2922. BLK_CUTLINE = switch left front and switch right front and easy right1 and routing1 # linear cut to character
  2923. BLK_CUTBEGIN = switch left front and switch right front and easy left2 and routing1 # start new cut buffer at character
  2924. BLK_CUTRECT = switch left front and switch right front and easy right2 and routing1 # rectangular cut to character
  2925. BLK_DESCCHAR = switch left front and switch right front and routing2 # describe character
  2926. # --------------------------------------------
  2927. # Terminal Parameters:
  2928. identification = 69
  2929. terminal = "BrailleX Elba 32"
  2930. helpfile = "brltty-pm-elba_32.hlp"
  2931. displaysize = 32
  2932. haseasybar = 1 1 1 1
  2933. # Modifier Keys:
  2934. modifier = switch left rear
  2935. modifier = switch left front
  2936. modifier = switch right rear
  2937. modifier = switch right front
  2938. modifier = key left rear
  2939. modifier = key left front
  2940. modifier = key right rear
  2941. modifier = key right front
  2942. modifier = easy up1
  2943. modifier = easy down1
  2944. modifier = easy left1
  2945. modifier = easy right1
  2946. modifier = easy up2
  2947. modifier = easy down2
  2948. modifier = easy left2
  2949. modifier = easy right2
  2950. # Command Definitions:
  2951. CMD_LNUP = easy up1 # go up one line
  2952. CMD_LNDN = easy down1 # go down one line
  2953. CMD_TOP = easy up2 # go to top line
  2954. CMD_BOT = easy down2 # go to bottom line
  2955. CMD_FWINLT = easy left1 # go left one window
  2956. CMD_FWINRT = easy right1 # go right one window
  2957. CMD_LNBEG = easy left2 # go to beginning of line
  2958. CMD_LNEND = easy right2 # go to end of line
  2959. CMD_PRDIFLN = switch left rear and easy up1 # go up to nearest line with different content
  2960. CMD_NXDIFLN = switch left rear and easy down1 # go down to nearest line with different content
  2961. CMD_ATTRUP = switch left rear and easy up2 # go up to nearest line with different highlighting
  2962. CMD_ATTRDN = switch left rear and easy down2 # go down to nearest line with different highlighting
  2963. CMD_PRPROMPT = switch left rear and easy left1 # go up to previous command prompt
  2964. CMD_NXPROMPT = switch left rear and easy right1 # go down to next command prompt
  2965. CMD_PRPGRPH = switch left rear and easy left2 # go up to last line of previous paragraph
  2966. CMD_NXPGRPH = switch left rear and easy right2 # go down to first line of next paragraph
  2967. KEY_CURSOR_UP = switch right rear and easy up1 # send cursor-up key
  2968. KEY_CURSOR_DOWN = switch right rear and easy down1 # send cursor-down key
  2969. KEY_PAGE_UP = switch right rear and easy up2 # send page-up key
  2970. KEY_PAGE_DOWN = switch right rear and easy down2 # send page-down key
  2971. CMD_FWINLT route = switch right rear and easy left1 # go left one window and route cursor
  2972. CMD_FWINRT route = switch right rear and easy right1 # go right one window and route cursor
  2973. CMD_LNBEG route = switch right rear and easy left2 # go to beginning of line and route cursor
  2974. CMD_LNEND route = switch right rear and easy right2 # go to end of line and route cursor
  2975. KEY_CURSOR_UP = switch left rear and switch right rear and easy up1 # send cursor-up key
  2976. KEY_CURSOR_DOWN = switch left rear and switch right rear and easy down1 # send cursor-down key
  2977. KEY_PAGE_UP = switch left rear and switch right rear and easy up2 # send page-up key
  2978. KEY_PAGE_DOWN = switch left rear and switch right rear and easy down2 # send page-down key
  2979. KEY_CURSOR_LEFT = switch left rear and switch right rear and easy left1 # send cursor-left key
  2980. KEY_CURSOR_RIGHT = switch left rear and switch right rear and easy right1 # send cursor-right key
  2981. KEY_HOME = switch left rear and switch right rear and easy left2 # send home key
  2982. KEY_END = switch left rear and switch right rear and easy right2 # send end key
  2983. CMD_PRSEARCH = switch left front and easy up1 # search backward for content of cut buffer
  2984. CMD_NXSEARCH = switch left front and easy down1 # search forward for content of cut buffer
  2985. CMD_HELP = switch left front and easy up2 # enter/leave help display
  2986. CMD_LEARN = switch left front and easy down2 # enter/leave command learn mode
  2987. CMD_CHRLT = switch left front and easy left1 # go left one character
  2988. CMD_CHRRT = switch left front and easy right1 # go right one character
  2989. CMD_HWINLT = switch left front and easy left2 # go left half a window
  2990. CMD_HWINRT = switch left front and easy right2 # go right half a window
  2991. CMD_MENU_PREV_ITEM = switch right front and easy up1 # go to previous item in menu
  2992. CMD_MENU_NEXT_ITEM = switch right front and easy down1 # go to next item in menu
  2993. CMD_MENU_FIRST_ITEM = switch right front and easy up2 # go to first item in menu
  2994. CMD_MENU_LAST_ITEM = switch right front and easy down2 # go to last item in menu
  2995. CMD_MENU_PREV_SETTING = switch right front and easy left1 # change current item in menu to previous choice
  2996. CMD_MENU_NEXT_SETTING = switch right front and easy right1 # change current item in menu to next choice
  2997. CMD_PREFLOAD = switch right front and easy left2 # restore saved preferences
  2998. CMD_PREFSAVE = switch right front and easy right2 # save current preferences
  2999. CMD_BACK = key left rear # go back (undo unexpected cursor tracking motion)
  3000. CMD_HOME = key left front # go to cursor
  3001. CMD_HELP = key right rear # enter/leave help display
  3002. CMD_LEARN = key right front # enter/leave command learn mode
  3003. CMD_SIXDOTS = key left rear and easy up1 # toggle text style 6-dot/8-dot
  3004. CMD_PASTE = key left rear and easy down1 # insert cut buffer at cursor
  3005. CMD_CAPBLINK = key left rear and easy up2 # toggle capital letter blinking on/off
  3006. CMD_CSRJMP_VERT = key left rear and easy down2 # bring cursor to line (no horizontal motion)
  3007. CMD_DISPMD = key left rear and easy left1 # toggle display mode attributes/text
  3008. CMD_CSRTRK = key left rear and easy right1 # toggle cursor tracking on/off
  3009. CMD_ATTRVIS = key left rear and easy left2 # toggle attribute underlining on/off
  3010. CMD_CSRVIS = key left rear and easy right2 # toggle cursor visibility on/off
  3011. CMD_AUTOSPEAK = key left front and easy up1 # toggle autospeak on/off
  3012. CMD_AUTOREPEAT = key left front and easy down1 # toggle autorepeat on/off
  3013. CMD_RESTARTBRL = key left front and easy up2 # reinitialize braille driver
  3014. CMD_FREEZE = key left front and easy down2 # toggle screen mode frozen/live
  3015. CMD_INFO = key left front and easy left1 # enter/leave status display
  3016. CMD_PREFMENU = key left front and easy right1 # enter/leave preferences menu
  3017. CMD_PREFLOAD = key left front and easy left2 # restore saved preferences
  3018. CMD_PREFSAVE = key left front and easy right2 # save current preferences
  3019. CMD_SAY_ABOVE = key right rear and easy up1 # speak from top of screen through current line
  3020. CMD_SAY_BELOW = key right rear and easy down1 # speak from current line through bottom of screen
  3021. CMD_SAY_LOUDER = key right rear and easy up2 # increase speech volume
  3022. CMD_SAY_SOFTER = key right rear and easy down2 # decrease speech volume
  3023. CMD_MUTE = key right rear and easy left1 # stop speaking immediately
  3024. CMD_SAY_LINE = key right rear and easy right1 # speak current line
  3025. CMD_SAY_SLOWER = key right rear and easy left2 # decrease speech rate
  3026. CMD_SAY_FASTER = key right rear and easy right2 # increase speech rate
  3027. CMD_SPKHOME = key right front and easy up1 # go to current (most recent) speech position
  3028. CMD_TUNES = key right front and easy down1 # toggle alert tunes on/off
  3029. CMD_RESTARTSPEECH = key right front and easy up2 # reinitialize speech driver
  3030. CMD_SWSIM_BQ = key right front and easy down2 # 
  3031. CMD_SKPIDLNS = key right front and easy left1 # toggle skipping of lines with identical content on/off
  3032. CMD_SKPBLNKWINS = key right front and easy right1 # toggle skipping of blank windows on/off
  3033. CMD_SLIDEWIN = key right front and easy right2 # toggle sliding window on/off
  3034. BLK_ROUTE = routing1 # bring cursor to character
  3035. BLK_PRINDENT = easy up1 and routing1 # go up to nearest line without greater indent
  3036. BLK_NXINDENT = easy down1 and routing1 # go down to nearest line without greater indent
  3037. BLK_SETLEFT = easy up2 and routing1 # position left end of window at character
  3038. BLK_DESCCHAR = easy down2 and routing1 # describe character
  3039. BLK_CUTAPPEND = easy left1 and routing1 # append to existing cut buffer from character
  3040. BLK_CUTLINE = easy right1 and routing1 # linear cut to character
  3041. BLK_CUTBEGIN = easy left2 and routing1 # start new cut buffer at character
  3042. BLK_CUTRECT = easy right2 and routing1 # rectangular cut to character
  3043. BLK_DESCCHAR = routing2 # describe character
  3044. CMD_BACK = switch right rear and key left rear # go back (undo unexpected cursor tracking motion)
  3045. CMD_HOME = switch right rear and key left front # go to cursor
  3046. CMD_HELP = switch right rear and key right rear # enter/leave help display
  3047. CMD_LEARN = switch right rear and key right front # enter/leave command learn mode
  3048. CMD_SIXDOTS = switch right rear and key left rear and easy up1 # toggle text style 6-dot/8-dot
  3049. CMD_PASTE = switch right rear and key left rear and easy down1 # insert cut buffer at cursor
  3050. CMD_CAPBLINK = switch right rear and key left rear and easy up2 # toggle capital letter blinking on/off
  3051. CMD_CSRJMP_VERT = switch right rear and key left rear and easy down2 # bring cursor to line (no horizontal motion)
  3052. CMD_DISPMD = switch right rear and key left rear and easy left1 # toggle display mode attributes/text
  3053. CMD_CSRTRK = switch right rear and key left rear and easy right1 # toggle cursor tracking on/off
  3054. CMD_ATTRVIS = switch right rear and key left rear and easy left2 # toggle attribute underlining on/off
  3055. CMD_CSRVIS = switch right rear and key left rear and easy right2 # toggle cursor visibility on/off
  3056. CMD_AUTOSPEAK = switch right rear and key left front and easy up1 # toggle autospeak on/off
  3057. CMD_AUTOREPEAT = switch right rear and key left front and easy down1 # toggle autorepeat on/off
  3058. CMD_RESTARTBRL = switch right rear and key left front and easy up2 # reinitialize braille driver
  3059. CMD_FREEZE = switch right rear and key left front and easy down2 # toggle screen mode frozen/live
  3060. CMD_INFO = switch right rear and key left front and easy left1 # enter/leave status display
  3061. CMD_PREFMENU = switch right rear and key left front and easy right1 # enter/leave preferences menu
  3062. CMD_PREFLOAD = switch right rear and key left front and easy left2 # restore saved preferences
  3063. CMD_PREFSAVE = switch right rear and key left front and easy right2 # save current preferences
  3064. CMD_SAY_ABOVE = switch right rear and key right rear and easy up1 # speak from top of screen through current line
  3065. CMD_SAY_BELOW = switch right rear and key right rear and easy down1 # speak from current line through bottom of screen
  3066. CMD_SAY_LOUDER = switch right rear and key right rear and easy up2 # increase speech volume
  3067. CMD_SAY_SOFTER = switch right rear and key right rear and easy down2 # decrease speech volume
  3068. CMD_MUTE = switch right rear and key right rear and easy left1 # stop speaking immediately
  3069. CMD_SAY_LINE = switch right rear and key right rear and easy right1 # speak current line
  3070. CMD_SAY_SLOWER = switch right rear and key right rear and easy left2 # decrease speech rate
  3071. CMD_SAY_FASTER = switch right rear and key right rear and easy right2 # increase speech rate
  3072. CMD_SPKHOME = switch right rear and key right front and easy up1 # go to current (most recent) speech position
  3073. CMD_TUNES = switch right rear and key right front and easy down1 # toggle alert tunes on/off
  3074. CMD_RESTARTSPEECH = switch right rear and key right front and easy up2 # reinitialize speech driver
  3075. CMD_SWSIM_BQ = switch right rear and key right front and easy down2 # 
  3076. CMD_SKPIDLNS = switch right rear and key right front and easy left1 # toggle skipping of lines with identical content on/off
  3077. CMD_SKPBLNKWINS = switch right rear and key right front and easy right1 # toggle skipping of blank windows on/off
  3078. CMD_SLIDEWIN = switch right rear and key right front and easy right2 # toggle sliding window on/off
  3079. BLK_ROUTE = switch right rear and routing1 # bring cursor to character
  3080. BLK_PRINDENT = switch right rear and easy up1 and routing1 # go up to nearest line without greater indent
  3081. BLK_NXINDENT = switch right rear and easy down1 and routing1 # go down to nearest line without greater indent
  3082. BLK_SETLEFT = switch right rear and easy up2 and routing1 # position left end of window at character
  3083. BLK_DESCCHAR = switch right rear and easy down2 and routing1 # describe character
  3084. BLK_CUTAPPEND = switch right rear and easy left1 and routing1 # append to existing cut buffer from character
  3085. BLK_CUTLINE = switch right rear and easy right1 and routing1 # linear cut to character
  3086. BLK_CUTBEGIN = switch right rear and easy left2 and routing1 # start new cut buffer at character
  3087. BLK_CUTRECT = switch right rear and easy right2 and routing1 # rectangular cut to character
  3088. BLK_DESCCHAR = switch right rear and routing2 # describe character
  3089. CMD_BACK = switch right front and key left rear # go back (undo unexpected cursor tracking motion)
  3090. CMD_HOME = switch right front and key left front # go to cursor
  3091. CMD_HELP = switch right front and key right rear # enter/leave help display
  3092. CMD_LEARN = switch right front and key right front # enter/leave command learn mode
  3093. CMD_SIXDOTS = switch right front and key left rear and easy up1 # toggle text style 6-dot/8-dot
  3094. CMD_PASTE = switch right front and key left rear and easy down1 # insert cut buffer at cursor
  3095. CMD_CAPBLINK = switch right front and key left rear and easy up2 # toggle capital letter blinking on/off
  3096. CMD_CSRJMP_VERT = switch right front and key left rear and easy down2 # bring cursor to line (no horizontal motion)
  3097. CMD_DISPMD = switch right front and key left rear and easy left1 # toggle display mode attributes/text
  3098. CMD_CSRTRK = switch right front and key left rear and easy right1 # toggle cursor tracking on/off
  3099. CMD_ATTRVIS = switch right front and key left rear and easy left2 # toggle attribute underlining on/off
  3100. CMD_CSRVIS = switch right front and key left rear and easy right2 # toggle cursor visibility on/off
  3101. CMD_AUTOSPEAK = switch right front and key left front and easy up1 # toggle autospeak on/off
  3102. CMD_AUTOREPEAT = switch right front and key left front and easy down1 # toggle autorepeat on/off
  3103. CMD_RESTARTBRL = switch right front and key left front and easy up2 # reinitialize braille driver
  3104. CMD_FREEZE = switch right front and key left front and easy down2 # toggle screen mode frozen/live
  3105. CMD_INFO = switch right front and key left front and easy left1 # enter/leave status display
  3106. CMD_PREFMENU = switch right front and key left front and easy right1 # enter/leave preferences menu
  3107. CMD_PREFLOAD = switch right front and key left front and easy left2 # restore saved preferences
  3108. CMD_PREFSAVE = switch right front and key left front and easy right2 # save current preferences
  3109. CMD_SAY_ABOVE = switch right front and key right rear and easy up1 # speak from top of screen through current line
  3110. CMD_SAY_BELOW = switch right front and key right rear and easy down1 # speak from current line through bottom of screen
  3111. CMD_SAY_LOUDER = switch right front and key right rear and easy up2 # increase speech volume
  3112. CMD_SAY_SOFTER = switch right front and key right rear and easy down2 # decrease speech volume
  3113. CMD_MUTE = switch right front and key right rear and easy left1 # stop speaking immediately
  3114. CMD_SAY_LINE = switch right front and key right rear and easy right1 # speak current line
  3115. CMD_SAY_SLOWER = switch right front and key right rear and easy left2 # decrease speech rate
  3116. CMD_SAY_FASTER = switch right front and key right rear and easy right2 # increase speech rate
  3117. CMD_SPKHOME = switch right front and key right front and easy up1 # go to current (most recent) speech position
  3118. CMD_TUNES = switch right front and key right front and easy down1 # toggle alert tunes on/off
  3119. CMD_RESTARTSPEECH = switch right front and key right front and easy up2 # reinitialize speech driver
  3120. CMD_SWSIM_BQ = switch right front and key right front and easy down2 # 
  3121. CMD_SKPIDLNS = switch right front and key right front and easy left1 # toggle skipping of lines with identical content on/off
  3122. CMD_SKPBLNKWINS = switch right front and key right front and easy right1 # toggle skipping of blank windows on/off
  3123. CMD_SLIDEWIN = switch right front and key right front and easy right2 # toggle sliding window on/off
  3124. BLK_ROUTE = switch right front and routing1 # bring cursor to character
  3125. BLK_PRINDENT = switch right front and easy up1 and routing1 # go up to nearest line without greater indent
  3126. BLK_NXINDENT = switch right front and easy down1 and routing1 # go down to nearest line without greater indent
  3127. BLK_SETLEFT = switch right front and easy up2 and routing1 # position left end of window at character
  3128. BLK_DESCCHAR = switch right front and easy down2 and routing1 # describe character
  3129. BLK_CUTAPPEND = switch right front and easy left1 and routing1 # append to existing cut buffer from character
  3130. BLK_CUTLINE = switch right front and easy right1 and routing1 # linear cut to character
  3131. BLK_CUTBEGIN = switch right front and easy left2 and routing1 # start new cut buffer at character
  3132. BLK_CUTRECT = switch right front and easy right2 and routing1 # rectangular cut to character
  3133. BLK_DESCCHAR = switch right front and routing2 # describe character
  3134. CMD_BACK = switch left rear and key left rear # go back (undo unexpected cursor tracking motion)
  3135. CMD_HOME = switch left rear and key left front # go to cursor
  3136. CMD_HELP = switch left rear and key right rear # enter/leave help display
  3137. CMD_LEARN = switch left rear and key right front # enter/leave command learn mode
  3138. CMD_SIXDOTS = switch left rear and key left rear and easy up1 # toggle text style 6-dot/8-dot
  3139. CMD_PASTE = switch left rear and key left rear and easy down1 # insert cut buffer at cursor
  3140. CMD_CAPBLINK = switch left rear and key left rear and easy up2 # toggle capital letter blinking on/off
  3141. CMD_CSRJMP_VERT = switch left rear and key left rear and easy down2 # bring cursor to line (no horizontal motion)
  3142. CMD_DISPMD = switch left rear and key left rear and easy left1 # toggle display mode attributes/text
  3143. CMD_CSRTRK = switch left rear and key left rear and easy right1 # toggle cursor tracking on/off
  3144. CMD_ATTRVIS = switch left rear and key left rear and easy left2 # toggle attribute underlining on/off
  3145. CMD_CSRVIS = switch left rear and key left rear and easy right2 # toggle cursor visibility on/off
  3146. CMD_AUTOSPEAK = switch left rear and key left front and easy up1 # toggle autospeak on/off
  3147. CMD_AUTOREPEAT = switch left rear and key left front and easy down1 # toggle autorepeat on/off
  3148. CMD_RESTARTBRL = switch left rear and key left front and easy up2 # reinitialize braille driver
  3149. CMD_FREEZE = switch left rear and key left front and easy down2 # toggle screen mode frozen/live
  3150. CMD_INFO = switch left rear and key left front and easy left1 # enter/leave status display
  3151. CMD_PREFMENU = switch left rear and key left front and easy right1 # enter/leave preferences menu
  3152. CMD_PREFLOAD = switch left rear and key left front and easy left2 # restore saved preferences
  3153. CMD_PREFSAVE = switch left rear and key left front and easy right2 # save current preferences
  3154. CMD_SAY_ABOVE = switch left rear and key right rear and easy up1 # speak from top of screen through current line
  3155. CMD_SAY_BELOW = switch left rear and key right rear and easy down1 # speak from current line through bottom of screen
  3156. CMD_SAY_LOUDER = switch left rear and key right rear and easy up2 # increase speech volume
  3157. CMD_SAY_SOFTER = switch left rear and key right rear and easy down2 # decrease speech volume
  3158. CMD_MUTE = switch left rear and key right rear and easy left1 # stop speaking immediately
  3159. CMD_SAY_LINE = switch left rear and key right rear and easy right1 # speak current line
  3160. CMD_SAY_SLOWER = switch left rear and key right rear and easy left2 # decrease speech rate
  3161. CMD_SAY_FASTER = switch left rear and key right rear and easy right2 # increase speech rate
  3162. CMD_SPKHOME = switch left rear and key right front and easy up1 # go to current (most recent) speech position
  3163. CMD_TUNES = switch left rear and key right front and easy down1 # toggle alert tunes on/off
  3164. CMD_RESTARTSPEECH = switch left rear and key right front and easy up2 # reinitialize speech driver
  3165. CMD_SWSIM_BQ = switch left rear and key right front and easy down2 # 
  3166. CMD_SKPIDLNS = switch left rear and key right front and easy left1 # toggle skipping of lines with identical content on/off
  3167. CMD_SKPBLNKWINS = switch left rear and key right front and easy right1 # toggle skipping of blank windows on/off
  3168. CMD_SLIDEWIN = switch left rear and key right front and easy right2 # toggle sliding window on/off
  3169. BLK_ROUTE = switch left rear and routing1 # bring cursor to character
  3170. BLK_PRINDENT = switch left rear and easy up1 and routing1 # go up to nearest line without greater indent
  3171. BLK_NXINDENT = switch left rear and easy down1 and routing1 # go down to nearest line without greater indent
  3172. BLK_SETLEFT = switch left rear and easy up2 and routing1 # position left end of window at character
  3173. BLK_DESCCHAR = switch left rear and easy down2 and routing1 # describe character
  3174. BLK_CUTAPPEND = switch left rear and easy left1 and routing1 # append to existing cut buffer from character
  3175. BLK_CUTLINE = switch left rear and easy right1 and routing1 # linear cut to character
  3176. BLK_CUTBEGIN = switch left rear and easy left2 and routing1 # start new cut buffer at character
  3177. BLK_CUTRECT = switch left rear and easy right2 and routing1 # rectangular cut to character
  3178. BLK_DESCCHAR = switch left rear and routing2 # describe character
  3179. CMD_BACK = switch left rear and switch right rear and key left rear # go back (undo unexpected cursor tracking motion)
  3180. CMD_HOME = switch left rear and switch right rear and key left front # go to cursor
  3181. CMD_HELP = switch left rear and switch right rear and key right rear # enter/leave help display
  3182. CMD_LEARN = switch left rear and switch right rear and key right front # enter/leave command learn mode
  3183. CMD_SIXDOTS = switch left rear and switch right rear and key left rear and easy up1 # toggle text style 6-dot/8-dot
  3184. CMD_PASTE = switch left rear and switch right rear and key left rear and easy down1 # insert cut buffer at cursor
  3185. CMD_CAPBLINK = switch left rear and switch right rear and key left rear and easy up2 # toggle capital letter blinking on/off
  3186. CMD_CSRJMP_VERT = switch left rear and switch right rear and key left rear and easy down2 # bring cursor to line (no horizontal motion)
  3187. CMD_DISPMD = switch left rear and switch right rear and key left rear and easy left1 # toggle display mode attributes/text
  3188. CMD_CSRTRK = switch left rear and switch right rear and key left rear and easy right1 # toggle cursor tracking on/off
  3189. CMD_ATTRVIS = switch left rear and switch right rear and key left rear and easy left2 # toggle attribute underlining on/off
  3190. CMD_CSRVIS = switch left rear and switch right rear and key left rear and easy right2 # toggle cursor visibility on/off
  3191. CMD_AUTOSPEAK = switch left rear and switch right rear and key left front and easy up1 # toggle autospeak on/off
  3192. CMD_AUTOREPEAT = switch left rear and switch right rear and key left front and easy down1 # toggle autorepeat on/off
  3193. CMD_RESTARTBRL = switch left rear and switch right rear and key left front and easy up2 # reinitialize braille driver
  3194. CMD_FREEZE = switch left rear and switch right rear and key left front and easy down2 # toggle screen mode frozen/live
  3195. CMD_INFO = switch left rear and switch right rear and key left front and easy left1 # enter/leave status display
  3196. CMD_PREFMENU = switch left rear and switch right rear and key left front and easy right1 # enter/leave preferences menu
  3197. CMD_PREFLOAD = switch left rear and switch right rear and key left front and easy left2 # restore saved preferences
  3198. CMD_PREFSAVE = switch left rear and switch right rear and key left front and easy right2 # save current preferences
  3199. CMD_SAY_ABOVE = switch left rear and switch right rear and key right rear and easy up1 # speak from top of screen through current line
  3200. CMD_SAY_BELOW = switch left rear and switch right rear and key right rear and easy down1 # speak from current line through bottom of screen
  3201. CMD_SAY_LOUDER = switch left rear and switch right rear and key right rear and easy up2 # increase speech volume
  3202. CMD_SAY_SOFTER = switch left rear and switch right rear and key right rear and easy down2 # decrease speech volume
  3203. CMD_MUTE = switch left rear and switch right rear and key right rear and easy left1 # stop speaking immediately
  3204. CMD_SAY_LINE = switch left rear and switch right rear and key right rear and easy right1 # speak current line
  3205. CMD_SAY_SLOWER = switch left rear and switch right rear and key right rear and easy left2 # decrease speech rate
  3206. CMD_SAY_FASTER = switch left rear and switch right rear and key right rear and easy right2 # increase speech rate
  3207. CMD_SPKHOME = switch left rear and switch right rear and key right front and easy up1 # go to current (most recent) speech position
  3208. CMD_TUNES = switch left rear and switch right rear and key right front and easy down1 # toggle alert tunes on/off
  3209. CMD_RESTARTSPEECH = switch left rear and switch right rear and key right front and easy up2 # reinitialize speech driver
  3210. CMD_SWSIM_BQ = switch left rear and switch right rear and key right front and easy down2 # 
  3211. CMD_SKPIDLNS = switch left rear and switch right rear and key right front and easy left1 # toggle skipping of lines with identical content on/off
  3212. CMD_SKPBLNKWINS = switch left rear and switch right rear and key right front and easy right1 # toggle skipping of blank windows on/off
  3213. CMD_SLIDEWIN = switch left rear and switch right rear and key right front and easy right2 # toggle sliding window on/off
  3214. BLK_ROUTE = switch left rear and switch right rear and routing1 # bring cursor to character
  3215. BLK_PRINDENT = switch left rear and switch right rear and easy up1 and routing1 # go up to nearest line without greater indent
  3216. BLK_NXINDENT = switch left rear and switch right rear and easy down1 and routing1 # go down to nearest line without greater indent
  3217. BLK_SETLEFT = switch left rear and switch right rear and easy up2 and routing1 # position left end of window at character
  3218. BLK_DESCCHAR = switch left rear and switch right rear and easy down2 and routing1 # describe character
  3219. BLK_CUTAPPEND = switch left rear and switch right rear and easy left1 and routing1 # append to existing cut buffer from character
  3220. BLK_CUTLINE = switch left rear and switch right rear and easy right1 and routing1 # linear cut to character
  3221. BLK_CUTBEGIN = switch left rear and switch right rear and easy left2 and routing1 # start new cut buffer at character
  3222. BLK_CUTRECT = switch left rear and switch right rear and easy right2 and routing1 # rectangular cut to character
  3223. BLK_DESCCHAR = switch left rear and switch right rear and routing2 # describe character
  3224. CMD_BACK = switch left rear and switch right front and key left rear # go back (undo unexpected cursor tracking motion)
  3225. CMD_HOME = switch left rear and switch right front and key left front # go to cursor
  3226. CMD_HELP = switch left rear and switch right front and key right rear # enter/leave help display
  3227. CMD_LEARN = switch left rear and switch right front and key right front # enter/leave command learn mode
  3228. CMD_SIXDOTS = switch left rear and switch right front and key left rear and easy up1 # toggle text style 6-dot/8-dot
  3229. CMD_PASTE = switch left rear and switch right front and key left rear and easy down1 # insert cut buffer at cursor
  3230. CMD_CAPBLINK = switch left rear and switch right front and key left rear and easy up2 # toggle capital letter blinking on/off
  3231. CMD_CSRJMP_VERT = switch left rear and switch right front and key left rear and easy down2 # bring cursor to line (no horizontal motion)
  3232. CMD_DISPMD = switch left rear and switch right front and key left rear and easy left1 # toggle display mode attributes/text
  3233. CMD_CSRTRK = switch left rear and switch right front and key left rear and easy right1 # toggle cursor tracking on/off
  3234. CMD_ATTRVIS = switch left rear and switch right front and key left rear and easy left2 # toggle attribute underlining on/off
  3235. CMD_CSRVIS = switch left rear and switch right front and key left rear and easy right2 # toggle cursor visibility on/off
  3236. CMD_AUTOSPEAK = switch left rear and switch right front and key left front and easy up1 # toggle autospeak on/off
  3237. CMD_AUTOREPEAT = switch left rear and switch right front and key left front and easy down1 # toggle autorepeat on/off
  3238. CMD_RESTARTBRL = switch left rear and switch right front and key left front and easy up2 # reinitialize braille driver
  3239. CMD_FREEZE = switch left rear and switch right front and key left front and easy down2 # toggle screen mode frozen/live
  3240. CMD_INFO = switch left rear and switch right front and key left front and easy left1 # enter/leave status display
  3241. CMD_PREFMENU = switch left rear and switch right front and key left front and easy right1 # enter/leave preferences menu
  3242. CMD_PREFLOAD = switch left rear and switch right front and key left front and easy left2 # restore saved preferences
  3243. CMD_PREFSAVE = switch left rear and switch right front and key left front and easy right2 # save current preferences
  3244. CMD_SAY_ABOVE = switch left rear and switch right front and key right rear and easy up1 # speak from top of screen through current line
  3245. CMD_SAY_BELOW = switch left rear and switch right front and key right rear and easy down1 # speak from current line through bottom of screen
  3246. CMD_SAY_LOUDER = switch left rear and switch right front and key right rear and easy up2 # increase speech volume
  3247. CMD_SAY_SOFTER = switch left rear and switch right front and key right rear and easy down2 # decrease speech volume
  3248. CMD_MUTE = switch left rear and switch right front and key right rear and easy left1 # stop speaking immediately
  3249. CMD_SAY_LINE = switch left rear and switch right front and key right rear and easy right1 # speak current line
  3250. CMD_SAY_SLOWER = switch left rear and switch right front and key right rear and easy left2 # decrease speech rate
  3251. CMD_SAY_FASTER = switch left rear and switch right front and key right rear and easy right2 # increase speech rate
  3252. CMD_SPKHOME = switch left rear and switch right front and key right front and easy up1 # go to current (most recent) speech position
  3253. CMD_TUNES = switch left rear and switch right front and key right front and easy down1 # toggle alert tunes on/off
  3254. CMD_RESTARTSPEECH = switch left rear and switch right front and key right front and easy up2 # reinitialize speech driver
  3255. CMD_SWSIM_BQ = switch left rear and switch right front and key right front and easy down2 # 
  3256. CMD_SKPIDLNS = switch left rear and switch right front and key right front and easy left1 # toggle skipping of lines with identical content on/off
  3257. CMD_SKPBLNKWINS = switch left rear and switch right front and key right front and easy right1 # toggle skipping of blank windows on/off
  3258. CMD_SLIDEWIN = switch left rear and switch right front and key right front and easy right2 # toggle sliding window on/off
  3259. BLK_ROUTE = switch left rear and switch right front and routing1 # bring cursor to character
  3260. BLK_PRINDENT = switch left rear and switch right front and easy up1 and routing1 # go up to nearest line without greater indent
  3261. BLK_NXINDENT = switch left rear and switch right front and easy down1 and routing1 # go down to nearest line without greater indent
  3262. BLK_SETLEFT = switch left rear and switch right front and easy up2 and routing1 # position left end of window at character
  3263. BLK_DESCCHAR = switch left rear and switch right front and easy down2 and routing1 # describe character
  3264. BLK_CUTAPPEND = switch left rear and switch right front and easy left1 and routing1 # append to existing cut buffer from character
  3265. BLK_CUTLINE = switch left rear and switch right front and easy right1 and routing1 # linear cut to character
  3266. BLK_CUTBEGIN = switch left rear and switch right front and easy left2 and routing1 # start new cut buffer at character
  3267. BLK_CUTRECT = switch left rear and switch right front and easy right2 and routing1 # rectangular cut to character
  3268. BLK_DESCCHAR = switch left rear and switch right front and routing2 # describe character
  3269. CMD_BACK = switch left front and key left rear # go back (undo unexpected cursor tracking motion)
  3270. CMD_HOME = switch left front and key left front # go to cursor
  3271. CMD_HELP = switch left front and key right rear # enter/leave help display
  3272. CMD_LEARN = switch left front and key right front # enter/leave command learn mode
  3273. CMD_SIXDOTS = switch left front and key left rear and easy up1 # toggle text style 6-dot/8-dot
  3274. CMD_PASTE = switch left front and key left rear and easy down1 # insert cut buffer at cursor
  3275. CMD_CAPBLINK = switch left front and key left rear and easy up2 # toggle capital letter blinking on/off
  3276. CMD_CSRJMP_VERT = switch left front and key left rear and easy down2 # bring cursor to line (no horizontal motion)
  3277. CMD_DISPMD = switch left front and key left rear and easy left1 # toggle display mode attributes/text
  3278. CMD_CSRTRK = switch left front and key left rear and easy right1 # toggle cursor tracking on/off
  3279. CMD_ATTRVIS = switch left front and key left rear and easy left2 # toggle attribute underlining on/off
  3280. CMD_CSRVIS = switch left front and key left rear and easy right2 # toggle cursor visibility on/off
  3281. CMD_AUTOSPEAK = switch left front and key left front and easy up1 # toggle autospeak on/off
  3282. CMD_AUTOREPEAT = switch left front and key left front and easy down1 # toggle autorepeat on/off
  3283. CMD_RESTARTBRL = switch left front and key left front and easy up2 # reinitialize braille driver
  3284. CMD_FREEZE = switch left front and key left front and easy down2 # toggle screen mode frozen/live
  3285. CMD_INFO = switch left front and key left front and easy left1 # enter/leave status display
  3286. CMD_PREFMENU = switch left front and key left front and easy right1 # enter/leave preferences menu
  3287. CMD_PREFLOAD = switch left front and key left front and easy left2 # restore saved preferences
  3288. CMD_PREFSAVE = switch left front and key left front and easy right2 # save current preferences
  3289. CMD_SAY_ABOVE = switch left front and key right rear and easy up1 # speak from top of screen through current line
  3290. CMD_SAY_BELOW = switch left front and key right rear and easy down1 # speak from current line through bottom of screen
  3291. CMD_SAY_LOUDER = switch left front and key right rear and easy up2 # increase speech volume
  3292. CMD_SAY_SOFTER = switch left front and key right rear and easy down2 # decrease speech volume
  3293. CMD_MUTE = switch left front and key right rear and easy left1 # stop speaking immediately
  3294. CMD_SAY_LINE = switch left front and key right rear and easy right1 # speak current line
  3295. CMD_SAY_SLOWER = switch left front and key right rear and easy left2 # decrease speech rate
  3296. CMD_SAY_FASTER = switch left front and key right rear and easy right2 # increase speech rate
  3297. CMD_SPKHOME = switch left front and key right front and easy up1 # go to current (most recent) speech position
  3298. CMD_TUNES = switch left front and key right front and easy down1 # toggle alert tunes on/off
  3299. CMD_RESTARTSPEECH = switch left front and key right front and easy up2 # reinitialize speech driver
  3300. CMD_SWSIM_BQ = switch left front and key right front and easy down2 # 
  3301. CMD_SKPIDLNS = switch left front and key right front and easy left1 # toggle skipping of lines with identical content on/off
  3302. CMD_SKPBLNKWINS = switch left front and key right front and easy right1 # toggle skipping of blank windows on/off
  3303. CMD_SLIDEWIN = switch left front and key right front and easy right2 # toggle sliding window on/off
  3304. BLK_ROUTE = switch left front and routing1 # bring cursor to character
  3305. BLK_PRINDENT = switch left front and easy up1 and routing1 # go up to nearest line without greater indent
  3306. BLK_NXINDENT = switch left front and easy down1 and routing1 # go down to nearest line without greater indent
  3307. BLK_SETLEFT = switch left front and easy up2 and routing1 # position left end of window at character
  3308. BLK_DESCCHAR = switch left front and easy down2 and routing1 # describe character
  3309. BLK_CUTAPPEND = switch left front and easy left1 and routing1 # append to existing cut buffer from character
  3310. BLK_CUTLINE = switch left front and easy right1 and routing1 # linear cut to character
  3311. BLK_CUTBEGIN = switch left front and easy left2 and routing1 # start new cut buffer at character
  3312. BLK_CUTRECT = switch left front and easy right2 and routing1 # rectangular cut to character
  3313. BLK_DESCCHAR = switch left front and routing2 # describe character
  3314. CMD_BACK = switch left front and switch right rear and key left rear # go back (undo unexpected cursor tracking motion)
  3315. CMD_HOME = switch left front and switch right rear and key left front # go to cursor
  3316. CMD_HELP = switch left front and switch right rear and key right rear # enter/leave help display
  3317. CMD_LEARN = switch left front and switch right rear and key right front # enter/leave command learn mode
  3318. CMD_SIXDOTS = switch left front and switch right rear and key left rear and easy up1 # toggle text style 6-dot/8-dot
  3319. CMD_PASTE = switch left front and switch right rear and key left rear and easy down1 # insert cut buffer at cursor
  3320. CMD_CAPBLINK = switch left front and switch right rear and key left rear and easy up2 # toggle capital letter blinking on/off
  3321. CMD_CSRJMP_VERT = switch left front and switch right rear and key left rear and easy down2 # bring cursor to line (no horizontal motion)
  3322. CMD_DISPMD = switch left front and switch right rear and key left rear and easy left1 # toggle display mode attributes/text
  3323. CMD_CSRTRK = switch left front and switch right rear and key left rear and easy right1 # toggle cursor tracking on/off
  3324. CMD_ATTRVIS = switch left front and switch right rear and key left rear and easy left2 # toggle attribute underlining on/off
  3325. CMD_CSRVIS = switch left front and switch right rear and key left rear and easy right2 # toggle cursor visibility on/off
  3326. CMD_AUTOSPEAK = switch left front and switch right rear and key left front and easy up1 # toggle autospeak on/off
  3327. CMD_AUTOREPEAT = switch left front and switch right rear and key left front and easy down1 # toggle autorepeat on/off
  3328. CMD_RESTARTBRL = switch left front and switch right rear and key left front and easy up2 # reinitialize braille driver
  3329. CMD_FREEZE = switch left front and switch right rear and key left front and easy down2 # toggle screen mode frozen/live
  3330. CMD_INFO = switch left front and switch right rear and key left front and easy left1 # enter/leave status display
  3331. CMD_PREFMENU = switch left front and switch right rear and key left front and easy right1 # enter/leave preferences menu
  3332. CMD_PREFLOAD = switch left front and switch right rear and key left front and easy left2 # restore saved preferences
  3333. CMD_PREFSAVE = switch left front and switch right rear and key left front and easy right2 # save current preferences
  3334. CMD_SAY_ABOVE = switch left front and switch right rear and key right rear and easy up1 # speak from top of screen through current line
  3335. CMD_SAY_BELOW = switch left front and switch right rear and key right rear and easy down1 # speak from current line through bottom of screen
  3336. CMD_SAY_LOUDER = switch left front and switch right rear and key right rear and easy up2 # increase speech volume
  3337. CMD_SAY_SOFTER = switch left front and switch right rear and key right rear and easy down2 # decrease speech volume
  3338. CMD_MUTE = switch left front and switch right rear and key right rear and easy left1 # stop speaking immediately
  3339. CMD_SAY_LINE = switch left front and switch right rear and key right rear and easy right1 # speak current line
  3340. CMD_SAY_SLOWER = switch left front and switch right rear and key right rear and easy left2 # decrease speech rate
  3341. CMD_SAY_FASTER = switch left front and switch right rear and key right rear and easy right2 # increase speech rate
  3342. CMD_SPKHOME = switch left front and switch right rear and key right front and easy up1 # go to current (most recent) speech position
  3343. CMD_TUNES = switch left front and switch right rear and key right front and easy down1 # toggle alert tunes on/off
  3344. CMD_RESTARTSPEECH = switch left front and switch right rear and key right front and easy up2 # reinitialize speech driver
  3345. CMD_SWSIM_BQ = switch left front and switch right rear and key right front and easy down2 # 
  3346. CMD_SKPIDLNS = switch left front and switch right rear and key right front and easy left1 # toggle skipping of lines with identical content on/off
  3347. CMD_SKPBLNKWINS = switch left front and switch right rear and key right front and easy right1 # toggle skipping of blank windows on/off
  3348. CMD_SLIDEWIN = switch left front and switch right rear and key right front and easy right2 # toggle sliding window on/off
  3349. BLK_ROUTE = switch left front and switch right rear and routing1 # bring cursor to character
  3350. BLK_PRINDENT = switch left front and switch right rear and easy up1 and routing1 # go up to nearest line without greater indent
  3351. BLK_NXINDENT = switch left front and switch right rear and easy down1 and routing1 # go down to nearest line without greater indent
  3352. BLK_SETLEFT = switch left front and switch right rear and easy up2 and routing1 # position left end of window at character
  3353. BLK_DESCCHAR = switch left front and switch right rear and easy down2 and routing1 # describe character
  3354. BLK_CUTAPPEND = switch left front and switch right rear and easy left1 and routing1 # append to existing cut buffer from character
  3355. BLK_CUTLINE = switch left front and switch right rear and easy right1 and routing1 # linear cut to character
  3356. BLK_CUTBEGIN = switch left front and switch right rear and easy left2 and routing1 # start new cut buffer at character
  3357. BLK_CUTRECT = switch left front and switch right rear and easy right2 and routing1 # rectangular cut to character
  3358. BLK_DESCCHAR = switch left front and switch right rear and routing2 # describe character
  3359. CMD_BACK = switch left front and switch right front and key left rear # go back (undo unexpected cursor tracking motion)
  3360. CMD_HOME = switch left front and switch right front and key left front # go to cursor
  3361. CMD_HELP = switch left front and switch right front and key right rear # enter/leave help display
  3362. CMD_LEARN = switch left front and switch right front and key right front # enter/leave command learn mode
  3363. CMD_SIXDOTS = switch left front and switch right front and key left rear and easy up1 # toggle text style 6-dot/8-dot
  3364. CMD_PASTE = switch left front and switch right front and key left rear and easy down1 # insert cut buffer at cursor
  3365. CMD_CAPBLINK = switch left front and switch right front and key left rear and easy up2 # toggle capital letter blinking on/off
  3366. CMD_CSRJMP_VERT = switch left front and switch right front and key left rear and easy down2 # bring cursor to line (no horizontal motion)
  3367. CMD_DISPMD = switch left front and switch right front and key left rear and easy left1 # toggle display mode attributes/text
  3368. CMD_CSRTRK = switch left front and switch right front and key left rear and easy right1 # toggle cursor tracking on/off
  3369. CMD_ATTRVIS = switch left front and switch right front and key left rear and easy left2 # toggle attribute underlining on/off
  3370. CMD_CSRVIS = switch left front and switch right front and key left rear and easy right2 # toggle cursor visibility on/off
  3371. CMD_AUTOSPEAK = switch left front and switch right front and key left front and easy up1 # toggle autospeak on/off
  3372. CMD_AUTOREPEAT = switch left front and switch right front and key left front and easy down1 # toggle autorepeat on/off
  3373. CMD_RESTARTBRL = switch left front and switch right front and key left front and easy up2 # reinitialize braille driver
  3374. CMD_FREEZE = switch left front and switch right front and key left front and easy down2 # toggle screen mode frozen/live
  3375. CMD_INFO = switch left front and switch right front and key left front and easy left1 # enter/leave status display
  3376. CMD_PREFMENU = switch left front and switch right front and key left front and easy right1 # enter/leave preferences menu
  3377. CMD_PREFLOAD = switch left front and switch right front and key left front and easy left2 # restore saved preferences
  3378. CMD_PREFSAVE = switch left front and switch right front and key left front and easy right2 # save current preferences
  3379. CMD_SAY_ABOVE = switch left front and switch right front and key right rear and easy up1 # speak from top of screen through current line
  3380. CMD_SAY_BELOW = switch left front and switch right front and key right rear and easy down1 # speak from current line through bottom of screen
  3381. CMD_SAY_LOUDER = switch left front and switch right front and key right rear and easy up2 # increase speech volume
  3382. CMD_SAY_SOFTER = switch left front and switch right front and key right rear and easy down2 # decrease speech volume
  3383. CMD_MUTE = switch left front and switch right front and key right rear and easy left1 # stop speaking immediately
  3384. CMD_SAY_LINE = switch left front and switch right front and key right rear and easy right1 # speak current line
  3385. CMD_SAY_SLOWER = switch left front and switch right front and key right rear and easy left2 # decrease speech rate
  3386. CMD_SAY_FASTER = switch left front and switch right front and key right rear and easy right2 # increase speech rate
  3387. CMD_SPKHOME = switch left front and switch right front and key right front and easy up1 # go to current (most recent) speech position
  3388. CMD_TUNES = switch left front and switch right front and key right front and easy down1 # toggle alert tunes on/off
  3389. CMD_RESTARTSPEECH = switch left front and switch right front and key right front and easy up2 # reinitialize speech driver
  3390. CMD_SWSIM_BQ = switch left front and switch right front and key right front and easy down2 # 
  3391. CMD_SKPIDLNS = switch left front and switch right front and key right front and easy left1 # toggle skipping of lines with identical content on/off
  3392. CMD_SKPBLNKWINS = switch left front and switch right front and key right front and easy right1 # toggle skipping of blank windows on/off
  3393. CMD_SLIDEWIN = switch left front and switch right front and key right front and easy right2 # toggle sliding window on/off
  3394. BLK_ROUTE = switch left front and switch right front and routing1 # bring cursor to character
  3395. BLK_PRINDENT = switch left front and switch right front and easy up1 and routing1 # go up to nearest line without greater indent
  3396. BLK_NXINDENT = switch left front and switch right front and easy down1 and routing1 # go down to nearest line without greater indent
  3397. BLK_SETLEFT = switch left front and switch right front and easy up2 and routing1 # position left end of window at character
  3398. BLK_DESCCHAR = switch left front and switch right front and easy down2 and routing1 # describe character
  3399. BLK_CUTAPPEND = switch left front and switch right front and easy left1 and routing1 # append to existing cut buffer from character
  3400. BLK_CUTLINE = switch left front and switch right front and easy right1 and routing1 # linear cut to character
  3401. BLK_CUTBEGIN = switch left front and switch right front and easy left2 and routing1 # start new cut buffer at character
  3402. BLK_CUTRECT = switch left front and switch right front and easy right2 and routing1 # rectangular cut to character
  3403. BLK_DESCCHAR = switch left front and switch right front and routing2 # describe character
  3404. # --------------------------------------------
  3405. # Terminal Parameters:
  3406. identification = 70
  3407. terminal = "BrailleX Elba 20"
  3408. helpfile = "brltty-pm-elba_20.hlp"
  3409. displaysize = 20
  3410. haseasybar = 1 1 1 1
  3411. # Modifier Keys:
  3412. modifier = switch left rear
  3413. modifier = switch left front
  3414. modifier = switch right rear
  3415. modifier = switch right front
  3416. modifier = key left rear
  3417. modifier = key left front
  3418. modifier = key right rear
  3419. modifier = key right front
  3420. modifier = easy up1
  3421. modifier = easy down1
  3422. modifier = easy left1
  3423. modifier = easy right1
  3424. modifier = easy up2
  3425. modifier = easy down2
  3426. modifier = easy left2
  3427. modifier = easy right2
  3428. # Command Definitions:
  3429. CMD_LNUP = easy up1 # go up one line
  3430. CMD_LNDN = easy down1 # go down one line
  3431. CMD_TOP = easy up2 # go to top line
  3432. CMD_BOT = easy down2 # go to bottom line
  3433. CMD_FWINLT = easy left1 # go left one window
  3434. CMD_FWINRT = easy right1 # go right one window
  3435. CMD_LNBEG = easy left2 # go to beginning of line
  3436. CMD_LNEND = easy right2 # go to end of line
  3437. CMD_PRDIFLN = switch left rear and easy up1 # go up to nearest line with different content
  3438. CMD_NXDIFLN = switch left rear and easy down1 # go down to nearest line with different content
  3439. CMD_ATTRUP = switch left rear and easy up2 # go up to nearest line with different highlighting
  3440. CMD_ATTRDN = switch left rear and easy down2 # go down to nearest line with different highlighting
  3441. CMD_PRPROMPT = switch left rear and easy left1 # go up to previous command prompt
  3442. CMD_NXPROMPT = switch left rear and easy right1 # go down to next command prompt
  3443. CMD_PRPGRPH = switch left rear and easy left2 # go up to last line of previous paragraph
  3444. CMD_NXPGRPH = switch left rear and easy right2 # go down to first line of next paragraph
  3445. KEY_CURSOR_UP = switch right rear and easy up1 # send cursor-up key
  3446. KEY_CURSOR_DOWN = switch right rear and easy down1 # send cursor-down key
  3447. KEY_PAGE_UP = switch right rear and easy up2 # send page-up key
  3448. KEY_PAGE_DOWN = switch right rear and easy down2 # send page-down key
  3449. CMD_FWINLT route = switch right rear and easy left1 # go left one window and route cursor
  3450. CMD_FWINRT route = switch right rear and easy right1 # go right one window and route cursor
  3451. CMD_LNBEG route = switch right rear and easy left2 # go to beginning of line and route cursor
  3452. CMD_LNEND route = switch right rear and easy right2 # go to end of line and route cursor
  3453. KEY_CURSOR_UP = switch left rear and switch right rear and easy up1 # send cursor-up key
  3454. KEY_CURSOR_DOWN = switch left rear and switch right rear and easy down1 # send cursor-down key
  3455. KEY_PAGE_UP = switch left rear and switch right rear and easy up2 # send page-up key
  3456. KEY_PAGE_DOWN = switch left rear and switch right rear and easy down2 # send page-down key
  3457. KEY_CURSOR_LEFT = switch left rear and switch right rear and easy left1 # send cursor-left key
  3458. KEY_CURSOR_RIGHT = switch left rear and switch right rear and easy right1 # send cursor-right key
  3459. KEY_HOME = switch left rear and switch right rear and easy left2 # send home key
  3460. KEY_END = switch left rear and switch right rear and easy right2 # send end key
  3461. CMD_PRSEARCH = switch left front and easy up1 # search backward for content of cut buffer
  3462. CMD_NXSEARCH = switch left front and easy down1 # search forward for content of cut buffer
  3463. CMD_HELP = switch left front and easy up2 # enter/leave help display
  3464. CMD_LEARN = switch left front and easy down2 # enter/leave command learn mode
  3465. CMD_CHRLT = switch left front and easy left1 # go left one character
  3466. CMD_CHRRT = switch left front and easy right1 # go right one character
  3467. CMD_HWINLT = switch left front and easy left2 # go left half a window
  3468. CMD_HWINRT = switch left front and easy right2 # go right half a window
  3469. CMD_MENU_PREV_ITEM = switch right front and easy up1 # go to previous item in menu
  3470. CMD_MENU_NEXT_ITEM = switch right front and easy down1 # go to next item in menu
  3471. CMD_MENU_FIRST_ITEM = switch right front and easy up2 # go to first item in menu
  3472. CMD_MENU_LAST_ITEM = switch right front and easy down2 # go to last item in menu
  3473. CMD_MENU_PREV_SETTING = switch right front and easy left1 # change current item in menu to previous choice
  3474. CMD_MENU_NEXT_SETTING = switch right front and easy right1 # change current item in menu to next choice
  3475. CMD_PREFLOAD = switch right front and easy left2 # restore saved preferences
  3476. CMD_PREFSAVE = switch right front and easy right2 # save current preferences
  3477. CMD_BACK = key left rear # go back (undo unexpected cursor tracking motion)
  3478. CMD_HOME = key left front # go to cursor
  3479. CMD_HELP = key right rear # enter/leave help display
  3480. CMD_LEARN = key right front # enter/leave command learn mode
  3481. CMD_SIXDOTS = key left rear and easy up1 # toggle text style 6-dot/8-dot
  3482. CMD_PASTE = key left rear and easy down1 # insert cut buffer at cursor
  3483. CMD_CAPBLINK = key left rear and easy up2 # toggle capital letter blinking on/off
  3484. CMD_CSRJMP_VERT = key left rear and easy down2 # bring cursor to line (no horizontal motion)
  3485. CMD_DISPMD = key left rear and easy left1 # toggle display mode attributes/text
  3486. CMD_CSRTRK = key left rear and easy right1 # toggle cursor tracking on/off
  3487. CMD_ATTRVIS = key left rear and easy left2 # toggle attribute underlining on/off
  3488. CMD_CSRVIS = key left rear and easy right2 # toggle cursor visibility on/off
  3489. CMD_AUTOSPEAK = key left front and easy up1 # toggle autospeak on/off
  3490. CMD_AUTOREPEAT = key left front and easy down1 # toggle autorepeat on/off
  3491. CMD_RESTARTBRL = key left front and easy up2 # reinitialize braille driver
  3492. CMD_FREEZE = key left front and easy down2 # toggle screen mode frozen/live
  3493. CMD_INFO = key left front and easy left1 # enter/leave status display
  3494. CMD_PREFMENU = key left front and easy right1 # enter/leave preferences menu
  3495. CMD_PREFLOAD = key left front and easy left2 # restore saved preferences
  3496. CMD_PREFSAVE = key left front and easy right2 # save current preferences
  3497. CMD_SAY_ABOVE = key right rear and easy up1 # speak from top of screen through current line
  3498. CMD_SAY_BELOW = key right rear and easy down1 # speak from current line through bottom of screen
  3499. CMD_SAY_LOUDER = key right rear and easy up2 # increase speech volume
  3500. CMD_SAY_SOFTER = key right rear and easy down2 # decrease speech volume
  3501. CMD_MUTE = key right rear and easy left1 # stop speaking immediately
  3502. CMD_SAY_LINE = key right rear and easy right1 # speak current line
  3503. CMD_SAY_SLOWER = key right rear and easy left2 # decrease speech rate
  3504. CMD_SAY_FASTER = key right rear and easy right2 # increase speech rate
  3505. CMD_SPKHOME = key right front and easy up1 # go to current (most recent) speech position
  3506. CMD_TUNES = key right front and easy down1 # toggle alert tunes on/off
  3507. CMD_RESTARTSPEECH = key right front and easy up2 # reinitialize speech driver
  3508. CMD_SWSIM_BQ = key right front and easy down2 # 
  3509. CMD_SKPIDLNS = key right front and easy left1 # toggle skipping of lines with identical content on/off
  3510. CMD_SKPBLNKWINS = key right front and easy right1 # toggle skipping of blank windows on/off
  3511. CMD_SLIDEWIN = key right front and easy right2 # toggle sliding window on/off
  3512. BLK_ROUTE = routing1 # bring cursor to character
  3513. BLK_PRINDENT = easy up1 and routing1 # go up to nearest line without greater indent
  3514. BLK_NXINDENT = easy down1 and routing1 # go down to nearest line without greater indent
  3515. BLK_SETLEFT = easy up2 and routing1 # position left end of window at character
  3516. BLK_DESCCHAR = easy down2 and routing1 # describe character
  3517. BLK_CUTAPPEND = easy left1 and routing1 # append to existing cut buffer from character
  3518. BLK_CUTLINE = easy right1 and routing1 # linear cut to character
  3519. BLK_CUTBEGIN = easy left2 and routing1 # start new cut buffer at character
  3520. BLK_CUTRECT = easy right2 and routing1 # rectangular cut to character
  3521. BLK_DESCCHAR = routing2 # describe character
  3522. CMD_BACK = switch right rear and key left rear # go back (undo unexpected cursor tracking motion)
  3523. CMD_HOME = switch right rear and key left front # go to cursor
  3524. CMD_HELP = switch right rear and key right rear # enter/leave help display
  3525. CMD_LEARN = switch right rear and key right front # enter/leave command learn mode
  3526. CMD_SIXDOTS = switch right rear and key left rear and easy up1 # toggle text style 6-dot/8-dot
  3527. CMD_PASTE = switch right rear and key left rear and easy down1 # insert cut buffer at cursor
  3528. CMD_CAPBLINK = switch right rear and key left rear and easy up2 # toggle capital letter blinking on/off
  3529. CMD_CSRJMP_VERT = switch right rear and key left rear and easy down2 # bring cursor to line (no horizontal motion)
  3530. CMD_DISPMD = switch right rear and key left rear and easy left1 # toggle display mode attributes/text
  3531. CMD_CSRTRK = switch right rear and key left rear and easy right1 # toggle cursor tracking on/off
  3532. CMD_ATTRVIS = switch right rear and key left rear and easy left2 # toggle attribute underlining on/off
  3533. CMD_CSRVIS = switch right rear and key left rear and easy right2 # toggle cursor visibility on/off
  3534. CMD_AUTOSPEAK = switch right rear and key left front and easy up1 # toggle autospeak on/off
  3535. CMD_AUTOREPEAT = switch right rear and key left front and easy down1 # toggle autorepeat on/off
  3536. CMD_RESTARTBRL = switch right rear and key left front and easy up2 # reinitialize braille driver
  3537. CMD_FREEZE = switch right rear and key left front and easy down2 # toggle screen mode frozen/live
  3538. CMD_INFO = switch right rear and key left front and easy left1 # enter/leave status display
  3539. CMD_PREFMENU = switch right rear and key left front and easy right1 # enter/leave preferences menu
  3540. CMD_PREFLOAD = switch right rear and key left front and easy left2 # restore saved preferences
  3541. CMD_PREFSAVE = switch right rear and key left front and easy right2 # save current preferences
  3542. CMD_SAY_ABOVE = switch right rear and key right rear and easy up1 # speak from top of screen through current line
  3543. CMD_SAY_BELOW = switch right rear and key right rear and easy down1 # speak from current line through bottom of screen
  3544. CMD_SAY_LOUDER = switch right rear and key right rear and easy up2 # increase speech volume
  3545. CMD_SAY_SOFTER = switch right rear and key right rear and easy down2 # decrease speech volume
  3546. CMD_MUTE = switch right rear and key right rear and easy left1 # stop speaking immediately
  3547. CMD_SAY_LINE = switch right rear and key right rear and easy right1 # speak current line
  3548. CMD_SAY_SLOWER = switch right rear and key right rear and easy left2 # decrease speech rate
  3549. CMD_SAY_FASTER = switch right rear and key right rear and easy right2 # increase speech rate
  3550. CMD_SPKHOME = switch right rear and key right front and easy up1 # go to current (most recent) speech position
  3551. CMD_TUNES = switch right rear and key right front and easy down1 # toggle alert tunes on/off
  3552. CMD_RESTARTSPEECH = switch right rear and key right front and easy up2 # reinitialize speech driver
  3553. CMD_SWSIM_BQ = switch right rear and key right front and easy down2 # 
  3554. CMD_SKPIDLNS = switch right rear and key right front and easy left1 # toggle skipping of lines with identical content on/off
  3555. CMD_SKPBLNKWINS = switch right rear and key right front and easy right1 # toggle skipping of blank windows on/off
  3556. CMD_SLIDEWIN = switch right rear and key right front and easy right2 # toggle sliding window on/off
  3557. BLK_ROUTE = switch right rear and routing1 # bring cursor to character
  3558. BLK_PRINDENT = switch right rear and easy up1 and routing1 # go up to nearest line without greater indent
  3559. BLK_NXINDENT = switch right rear and easy down1 and routing1 # go down to nearest line without greater indent
  3560. BLK_SETLEFT = switch right rear and easy up2 and routing1 # position left end of window at character
  3561. BLK_DESCCHAR = switch right rear and easy down2 and routing1 # describe character
  3562. BLK_CUTAPPEND = switch right rear and easy left1 and routing1 # append to existing cut buffer from character
  3563. BLK_CUTLINE = switch right rear and easy right1 and routing1 # linear cut to character
  3564. BLK_CUTBEGIN = switch right rear and easy left2 and routing1 # start new cut buffer at character
  3565. BLK_CUTRECT = switch right rear and easy right2 and routing1 # rectangular cut to character
  3566. BLK_DESCCHAR = switch right rear and routing2 # describe character
  3567. CMD_BACK = switch right front and key left rear # go back (undo unexpected cursor tracking motion)
  3568. CMD_HOME = switch right front and key left front # go to cursor
  3569. CMD_HELP = switch right front and key right rear # enter/leave help display
  3570. CMD_LEARN = switch right front and key right front # enter/leave command learn mode
  3571. CMD_SIXDOTS = switch right front and key left rear and easy up1 # toggle text style 6-dot/8-dot
  3572. CMD_PASTE = switch right front and key left rear and easy down1 # insert cut buffer at cursor
  3573. CMD_CAPBLINK = switch right front and key left rear and easy up2 # toggle capital letter blinking on/off
  3574. CMD_CSRJMP_VERT = switch right front and key left rear and easy down2 # bring cursor to line (no horizontal motion)
  3575. CMD_DISPMD = switch right front and key left rear and easy left1 # toggle display mode attributes/text
  3576. CMD_CSRTRK = switch right front and key left rear and easy right1 # toggle cursor tracking on/off
  3577. CMD_ATTRVIS = switch right front and key left rear and easy left2 # toggle attribute underlining on/off
  3578. CMD_CSRVIS = switch right front and key left rear and easy right2 # toggle cursor visibility on/off
  3579. CMD_AUTOSPEAK = switch right front and key left front and easy up1 # toggle autospeak on/off
  3580. CMD_AUTOREPEAT = switch right front and key left front and easy down1 # toggle autorepeat on/off
  3581. CMD_RESTARTBRL = switch right front and key left front and easy up2 # reinitialize braille driver
  3582. CMD_FREEZE = switch right front and key left front and easy down2 # toggle screen mode frozen/live
  3583. CMD_INFO = switch right front and key left front and easy left1 # enter/leave status display
  3584. CMD_PREFMENU = switch right front and key left front and easy right1 # enter/leave preferences menu
  3585. CMD_PREFLOAD = switch right front and key left front and easy left2 # restore saved preferences
  3586. CMD_PREFSAVE = switch right front and key left front and easy right2 # save current preferences
  3587. CMD_SAY_ABOVE = switch right front and key right rear and easy up1 # speak from top of screen through current line
  3588. CMD_SAY_BELOW = switch right front and key right rear and easy down1 # speak from current line through bottom of screen
  3589. CMD_SAY_LOUDER = switch right front and key right rear and easy up2 # increase speech volume
  3590. CMD_SAY_SOFTER = switch right front and key right rear and easy down2 # decrease speech volume
  3591. CMD_MUTE = switch right front and key right rear and easy left1 # stop speaking immediately
  3592. CMD_SAY_LINE = switch right front and key right rear and easy right1 # speak current line
  3593. CMD_SAY_SLOWER = switch right front and key right rear and easy left2 # decrease speech rate
  3594. CMD_SAY_FASTER = switch right front and key right rear and easy right2 # increase speech rate
  3595. CMD_SPKHOME = switch right front and key right front and easy up1 # go to current (most recent) speech position
  3596. CMD_TUNES = switch right front and key right front and easy down1 # toggle alert tunes on/off
  3597. CMD_RESTARTSPEECH = switch right front and key right front and easy up2 # reinitialize speech driver
  3598. CMD_SWSIM_BQ = switch right front and key right front and easy down2 # 
  3599. CMD_SKPIDLNS = switch right front and key right front and easy left1 # toggle skipping of lines with identical content on/off
  3600. CMD_SKPBLNKWINS = switch right front and key right front and easy right1 # toggle skipping of blank windows on/off
  3601. CMD_SLIDEWIN = switch right front and key right front and easy right2 # toggle sliding window on/off
  3602. BLK_ROUTE = switch right front and routing1 # bring cursor to character
  3603. BLK_PRINDENT = switch right front and easy up1 and routing1 # go up to nearest line without greater indent
  3604. BLK_NXINDENT = switch right front and easy down1 and routing1 # go down to nearest line without greater indent
  3605. BLK_SETLEFT = switch right front and easy up2 and routing1 # position left end of window at character
  3606. BLK_DESCCHAR = switch right front and easy down2 and routing1 # describe character
  3607. BLK_CUTAPPEND = switch right front and easy left1 and routing1 # append to existing cut buffer from character
  3608. BLK_CUTLINE = switch right front and easy right1 and routing1 # linear cut to character
  3609. BLK_CUTBEGIN = switch right front and easy left2 and routing1 # start new cut buffer at character
  3610. BLK_CUTRECT = switch right front and easy right2 and routing1 # rectangular cut to character
  3611. BLK_DESCCHAR = switch right front and routing2 # describe character
  3612. CMD_BACK = switch left rear and key left rear # go back (undo unexpected cursor tracking motion)
  3613. CMD_HOME = switch left rear and key left front # go to cursor
  3614. CMD_HELP = switch left rear and key right rear # enter/leave help display
  3615. CMD_LEARN = switch left rear and key right front # enter/leave command learn mode
  3616. CMD_SIXDOTS = switch left rear and key left rear and easy up1 # toggle text style 6-dot/8-dot
  3617. CMD_PASTE = switch left rear and key left rear and easy down1 # insert cut buffer at cursor
  3618. CMD_CAPBLINK = switch left rear and key left rear and easy up2 # toggle capital letter blinking on/off
  3619. CMD_CSRJMP_VERT = switch left rear and key left rear and easy down2 # bring cursor to line (no horizontal motion)
  3620. CMD_DISPMD = switch left rear and key left rear and easy left1 # toggle display mode attributes/text
  3621. CMD_CSRTRK = switch left rear and key left rear and easy right1 # toggle cursor tracking on/off
  3622. CMD_ATTRVIS = switch left rear and key left rear and easy left2 # toggle attribute underlining on/off
  3623. CMD_CSRVIS = switch left rear and key left rear and easy right2 # toggle cursor visibility on/off
  3624. CMD_AUTOSPEAK = switch left rear and key left front and easy up1 # toggle autospeak on/off
  3625. CMD_AUTOREPEAT = switch left rear and key left front and easy down1 # toggle autorepeat on/off
  3626. CMD_RESTARTBRL = switch left rear and key left front and easy up2 # reinitialize braille driver
  3627. CMD_FREEZE = switch left rear and key left front and easy down2 # toggle screen mode frozen/live
  3628. CMD_INFO = switch left rear and key left front and easy left1 # enter/leave status display
  3629. CMD_PREFMENU = switch left rear and key left front and easy right1 # enter/leave preferences menu
  3630. CMD_PREFLOAD = switch left rear and key left front and easy left2 # restore saved preferences
  3631. CMD_PREFSAVE = switch left rear and key left front and easy right2 # save current preferences
  3632. CMD_SAY_ABOVE = switch left rear and key right rear and easy up1 # speak from top of screen through current line
  3633. CMD_SAY_BELOW = switch left rear and key right rear and easy down1 # speak from current line through bottom of screen
  3634. CMD_SAY_LOUDER = switch left rear and key right rear and easy up2 # increase speech volume
  3635. CMD_SAY_SOFTER = switch left rear and key right rear and easy down2 # decrease speech volume
  3636. CMD_MUTE = switch left rear and key right rear and easy left1 # stop speaking immediately
  3637. CMD_SAY_LINE = switch left rear and key right rear and easy right1 # speak current line
  3638. CMD_SAY_SLOWER = switch left rear and key right rear and easy left2 # decrease speech rate
  3639. CMD_SAY_FASTER = switch left rear and key right rear and easy right2 # increase speech rate
  3640. CMD_SPKHOME = switch left rear and key right front and easy up1 # go to current (most recent) speech position
  3641. CMD_TUNES = switch left rear and key right front and easy down1 # toggle alert tunes on/off
  3642. CMD_RESTARTSPEECH = switch left rear and key right front and easy up2 # reinitialize speech driver
  3643. CMD_SWSIM_BQ = switch left rear and key right front and easy down2 # 
  3644. CMD_SKPIDLNS = switch left rear and key right front and easy left1 # toggle skipping of lines with identical content on/off
  3645. CMD_SKPBLNKWINS = switch left rear and key right front and easy right1 # toggle skipping of blank windows on/off
  3646. CMD_SLIDEWIN = switch left rear and key right front and easy right2 # toggle sliding window on/off
  3647. BLK_ROUTE = switch left rear and routing1 # bring cursor to character
  3648. BLK_PRINDENT = switch left rear and easy up1 and routing1 # go up to nearest line without greater indent
  3649. BLK_NXINDENT = switch left rear and easy down1 and routing1 # go down to nearest line without greater indent
  3650. BLK_SETLEFT = switch left rear and easy up2 and routing1 # position left end of window at character
  3651. BLK_DESCCHAR = switch left rear and easy down2 and routing1 # describe character
  3652. BLK_CUTAPPEND = switch left rear and easy left1 and routing1 # append to existing cut buffer from character
  3653. BLK_CUTLINE = switch left rear and easy right1 and routing1 # linear cut to character
  3654. BLK_CUTBEGIN = switch left rear and easy left2 and routing1 # start new cut buffer at character
  3655. BLK_CUTRECT = switch left rear and easy right2 and routing1 # rectangular cut to character
  3656. BLK_DESCCHAR = switch left rear and routing2 # describe character
  3657. CMD_BACK = switch left rear and switch right rear and key left rear # go back (undo unexpected cursor tracking motion)
  3658. CMD_HOME = switch left rear and switch right rear and key left front # go to cursor
  3659. CMD_HELP = switch left rear and switch right rear and key right rear # enter/leave help display
  3660. CMD_LEARN = switch left rear and switch right rear and key right front # enter/leave command learn mode
  3661. CMD_SIXDOTS = switch left rear and switch right rear and key left rear and easy up1 # toggle text style 6-dot/8-dot
  3662. CMD_PASTE = switch left rear and switch right rear and key left rear and easy down1 # insert cut buffer at cursor
  3663. CMD_CAPBLINK = switch left rear and switch right rear and key left rear and easy up2 # toggle capital letter blinking on/off
  3664. CMD_CSRJMP_VERT = switch left rear and switch right rear and key left rear and easy down2 # bring cursor to line (no horizontal motion)
  3665. CMD_DISPMD = switch left rear and switch right rear and key left rear and easy left1 # toggle display mode attributes/text
  3666. CMD_CSRTRK = switch left rear and switch right rear and key left rear and easy right1 # toggle cursor tracking on/off
  3667. CMD_ATTRVIS = switch left rear and switch right rear and key left rear and easy left2 # toggle attribute underlining on/off
  3668. CMD_CSRVIS = switch left rear and switch right rear and key left rear and easy right2 # toggle cursor visibility on/off
  3669. CMD_AUTOSPEAK = switch left rear and switch right rear and key left front and easy up1 # toggle autospeak on/off
  3670. CMD_AUTOREPEAT = switch left rear and switch right rear and key left front and easy down1 # toggle autorepeat on/off
  3671. CMD_RESTARTBRL = switch left rear and switch right rear and key left front and easy up2 # reinitialize braille driver
  3672. CMD_FREEZE = switch left rear and switch right rear and key left front and easy down2 # toggle screen mode frozen/live
  3673. CMD_INFO = switch left rear and switch right rear and key left front and easy left1 # enter/leave status display
  3674. CMD_PREFMENU = switch left rear and switch right rear and key left front and easy right1 # enter/leave preferences menu
  3675. CMD_PREFLOAD = switch left rear and switch right rear and key left front and easy left2 # restore saved preferences
  3676. CMD_PREFSAVE = switch left rear and switch right rear and key left front and easy right2 # save current preferences
  3677. CMD_SAY_ABOVE = switch left rear and switch right rear and key right rear and easy up1 # speak from top of screen through current line
  3678. CMD_SAY_BELOW = switch left rear and switch right rear and key right rear and easy down1 # speak from current line through bottom of screen
  3679. CMD_SAY_LOUDER = switch left rear and switch right rear and key right rear and easy up2 # increase speech volume
  3680. CMD_SAY_SOFTER = switch left rear and switch right rear and key right rear and easy down2 # decrease speech volume
  3681. CMD_MUTE = switch left rear and switch right rear and key right rear and easy left1 # stop speaking immediately
  3682. CMD_SAY_LINE = switch left rear and switch right rear and key right rear and easy right1 # speak current line
  3683. CMD_SAY_SLOWER = switch left rear and switch right rear and key right rear and easy left2 # decrease speech rate
  3684. CMD_SAY_FASTER = switch left rear and switch right rear and key right rear and easy right2 # increase speech rate
  3685. CMD_SPKHOME = switch left rear and switch right rear and key right front and easy up1 # go to current (most recent) speech position
  3686. CMD_TUNES = switch left rear and switch right rear and key right front and easy down1 # toggle alert tunes on/off
  3687. CMD_RESTARTSPEECH = switch left rear and switch right rear and key right front and easy up2 # reinitialize speech driver
  3688. CMD_SWSIM_BQ = switch left rear and switch right rear and key right front and easy down2 # 
  3689. CMD_SKPIDLNS = switch left rear and switch right rear and key right front and easy left1 # toggle skipping of lines with identical content on/off
  3690. CMD_SKPBLNKWINS = switch left rear and switch right rear and key right front and easy right1 # toggle skipping of blank windows on/off
  3691. CMD_SLIDEWIN = switch left rear and switch right rear and key right front and easy right2 # toggle sliding window on/off
  3692. BLK_ROUTE = switch left rear and switch right rear and routing1 # bring cursor to character
  3693. BLK_PRINDENT = switch left rear and switch right rear and easy up1 and routing1 # go up to nearest line without greater indent
  3694. BLK_NXINDENT = switch left rear and switch right rear and easy down1 and routing1 # go down to nearest line without greater indent
  3695. BLK_SETLEFT = switch left rear and switch right rear and easy up2 and routing1 # position left end of window at character
  3696. BLK_DESCCHAR = switch left rear and switch right rear and easy down2 and routing1 # describe character
  3697. BLK_CUTAPPEND = switch left rear and switch right rear and easy left1 and routing1 # append to existing cut buffer from character
  3698. BLK_CUTLINE = switch left rear and switch right rear and easy right1 and routing1 # linear cut to character
  3699. BLK_CUTBEGIN = switch left rear and switch right rear and easy left2 and routing1 # start new cut buffer at character
  3700. BLK_CUTRECT = switch left rear and switch right rear and easy right2 and routing1 # rectangular cut to character
  3701. BLK_DESCCHAR = switch left rear and switch right rear and routing2 # describe character
  3702. CMD_BACK = switch left rear and switch right front and key left rear # go back (undo unexpected cursor tracking motion)
  3703. CMD_HOME = switch left rear and switch right front and key left front # go to cursor
  3704. CMD_HELP = switch left rear and switch right front and key right rear # enter/leave help display
  3705. CMD_LEARN = switch left rear and switch right front and key right front # enter/leave command learn mode
  3706. CMD_SIXDOTS = switch left rear and switch right front and key left rear and easy up1 # toggle text style 6-dot/8-dot
  3707. CMD_PASTE = switch left rear and switch right front and key left rear and easy down1 # insert cut buffer at cursor
  3708. CMD_CAPBLINK = switch left rear and switch right front and key left rear and easy up2 # toggle capital letter blinking on/off
  3709. CMD_CSRJMP_VERT = switch left rear and switch right front and key left rear and easy down2 # bring cursor to line (no horizontal motion)
  3710. CMD_DISPMD = switch left rear and switch right front and key left rear and easy left1 # toggle display mode attributes/text
  3711. CMD_CSRTRK = switch left rear and switch right front and key left rear and easy right1 # toggle cursor tracking on/off
  3712. CMD_ATTRVIS = switch left rear and switch right front and key left rear and easy left2 # toggle attribute underlining on/off
  3713. CMD_CSRVIS = switch left rear and switch right front and key left rear and easy right2 # toggle cursor visibility on/off
  3714. CMD_AUTOSPEAK = switch left rear and switch right front and key left front and easy up1 # toggle autospeak on/off
  3715. CMD_AUTOREPEAT = switch left rear and switch right front and key left front and easy down1 # toggle autorepeat on/off
  3716. CMD_RESTARTBRL = switch left rear and switch right front and key left front and easy up2 # reinitialize braille driver
  3717. CMD_FREEZE = switch left rear and switch right front and key left front and easy down2 # toggle screen mode frozen/live
  3718. CMD_INFO = switch left rear and switch right front and key left front and easy left1 # enter/leave status display
  3719. CMD_PREFMENU = switch left rear and switch right front and key left front and easy right1 # enter/leave preferences menu
  3720. CMD_PREFLOAD = switch left rear and switch right front and key left front and easy left2 # restore saved preferences
  3721. CMD_PREFSAVE = switch left rear and switch right front and key left front and easy right2 # save current preferences
  3722. CMD_SAY_ABOVE = switch left rear and switch right front and key right rear and easy up1 # speak from top of screen through current line
  3723. CMD_SAY_BELOW = switch left rear and switch right front and key right rear and easy down1 # speak from current line through bottom of screen
  3724. CMD_SAY_LOUDER = switch left rear and switch right front and key right rear and easy up2 # increase speech volume
  3725. CMD_SAY_SOFTER = switch left rear and switch right front and key right rear and easy down2 # decrease speech volume
  3726. CMD_MUTE = switch left rear and switch right front and key right rear and easy left1 # stop speaking immediately
  3727. CMD_SAY_LINE = switch left rear and switch right front and key right rear and easy right1 # speak current line
  3728. CMD_SAY_SLOWER = switch left rear and switch right front and key right rear and easy left2 # decrease speech rate
  3729. CMD_SAY_FASTER = switch left rear and switch right front and key right rear and easy right2 # increase speech rate
  3730. CMD_SPKHOME = switch left rear and switch right front and key right front and easy up1 # go to current (most recent) speech position
  3731. CMD_TUNES = switch left rear and switch right front and key right front and easy down1 # toggle alert tunes on/off
  3732. CMD_RESTARTSPEECH = switch left rear and switch right front and key right front and easy up2 # reinitialize speech driver
  3733. CMD_SWSIM_BQ = switch left rear and switch right front and key right front and easy down2 # 
  3734. CMD_SKPIDLNS = switch left rear and switch right front and key right front and easy left1 # toggle skipping of lines with identical content on/off
  3735. CMD_SKPBLNKWINS = switch left rear and switch right front and key right front and easy right1 # toggle skipping of blank windows on/off
  3736. CMD_SLIDEWIN = switch left rear and switch right front and key right front and easy right2 # toggle sliding window on/off
  3737. BLK_ROUTE = switch left rear and switch right front and routing1 # bring cursor to character
  3738. BLK_PRINDENT = switch left rear and switch right front and easy up1 and routing1 # go up to nearest line without greater indent
  3739. BLK_NXINDENT = switch left rear and switch right front and easy down1 and routing1 # go down to nearest line without greater indent
  3740. BLK_SETLEFT = switch left rear and switch right front and easy up2 and routing1 # position left end of window at character
  3741. BLK_DESCCHAR = switch left rear and switch right front and easy down2 and routing1 # describe character
  3742. BLK_CUTAPPEND = switch left rear and switch right front and easy left1 and routing1 # append to existing cut buffer from character
  3743. BLK_CUTLINE = switch left rear and switch right front and easy right1 and routing1 # linear cut to character
  3744. BLK_CUTBEGIN = switch left rear and switch right front and easy left2 and routing1 # start new cut buffer at character
  3745. BLK_CUTRECT = switch left rear and switch right front and easy right2 and routing1 # rectangular cut to character
  3746. BLK_DESCCHAR = switch left rear and switch right front and routing2 # describe character
  3747. CMD_BACK = switch left front and key left rear # go back (undo unexpected cursor tracking motion)
  3748. CMD_HOME = switch left front and key left front # go to cursor
  3749. CMD_HELP = switch left front and key right rear # enter/leave help display
  3750. CMD_LEARN = switch left front and key right front # enter/leave command learn mode
  3751. CMD_SIXDOTS = switch left front and key left rear and easy up1 # toggle text style 6-dot/8-dot
  3752. CMD_PASTE = switch left front and key left rear and easy down1 # insert cut buffer at cursor
  3753. CMD_CAPBLINK = switch left front and key left rear and easy up2 # toggle capital letter blinking on/off
  3754. CMD_CSRJMP_VERT = switch left front and key left rear and easy down2 # bring cursor to line (no horizontal motion)
  3755. CMD_DISPMD = switch left front and key left rear and easy left1 # toggle display mode attributes/text
  3756. CMD_CSRTRK = switch left front and key left rear and easy right1 # toggle cursor tracking on/off
  3757. CMD_ATTRVIS = switch left front and key left rear and easy left2 # toggle attribute underlining on/off
  3758. CMD_CSRVIS = switch left front and key left rear and easy right2 # toggle cursor visibility on/off
  3759. CMD_AUTOSPEAK = switch left front and key left front and easy up1 # toggle autospeak on/off
  3760. CMD_AUTOREPEAT = switch left front and key left front and easy down1 # toggle autorepeat on/off
  3761. CMD_RESTARTBRL = switch left front and key left front and easy up2 # reinitialize braille driver
  3762. CMD_FREEZE = switch left front and key left front and easy down2 # toggle screen mode frozen/live
  3763. CMD_INFO = switch left front and key left front and easy left1 # enter/leave status display
  3764. CMD_PREFMENU = switch left front and key left front and easy right1 # enter/leave preferences menu
  3765. CMD_PREFLOAD = switch left front and key left front and easy left2 # restore saved preferences
  3766. CMD_PREFSAVE = switch left front and key left front and easy right2 # save current preferences
  3767. CMD_SAY_ABOVE = switch left front and key right rear and easy up1 # speak from top of screen through current line
  3768. CMD_SAY_BELOW = switch left front and key right rear and easy down1 # speak from current line through bottom of screen
  3769. CMD_SAY_LOUDER = switch left front and key right rear and easy up2 # increase speech volume
  3770. CMD_SAY_SOFTER = switch left front and key right rear and easy down2 # decrease speech volume
  3771. CMD_MUTE = switch left front and key right rear and easy left1 # stop speaking immediately
  3772. CMD_SAY_LINE = switch left front and key right rear and easy right1 # speak current line
  3773. CMD_SAY_SLOWER = switch left front and key right rear and easy left2 # decrease speech rate
  3774. CMD_SAY_FASTER = switch left front and key right rear and easy right2 # increase speech rate
  3775. CMD_SPKHOME = switch left front and key right front and easy up1 # go to current (most recent) speech position
  3776. CMD_TUNES = switch left front and key right front and easy down1 # toggle alert tunes on/off
  3777. CMD_RESTARTSPEECH = switch left front and key right front and easy up2 # reinitialize speech driver
  3778. CMD_SWSIM_BQ = switch left front and key right front and easy down2 # 
  3779. CMD_SKPIDLNS = switch left front and key right front and easy left1 # toggle skipping of lines with identical content on/off
  3780. CMD_SKPBLNKWINS = switch left front and key right front and easy right1 # toggle skipping of blank windows on/off
  3781. CMD_SLIDEWIN = switch left front and key right front and easy right2 # toggle sliding window on/off
  3782. BLK_ROUTE = switch left front and routing1 # bring cursor to character
  3783. BLK_PRINDENT = switch left front and easy up1 and routing1 # go up to nearest line without greater indent
  3784. BLK_NXINDENT = switch left front and easy down1 and routing1 # go down to nearest line without greater indent
  3785. BLK_SETLEFT = switch left front and easy up2 and routing1 # position left end of window at character
  3786. BLK_DESCCHAR = switch left front and easy down2 and routing1 # describe character
  3787. BLK_CUTAPPEND = switch left front and easy left1 and routing1 # append to existing cut buffer from character
  3788. BLK_CUTLINE = switch left front and easy right1 and routing1 # linear cut to character
  3789. BLK_CUTBEGIN = switch left front and easy left2 and routing1 # start new cut buffer at character
  3790. BLK_CUTRECT = switch left front and easy right2 and routing1 # rectangular cut to character
  3791. BLK_DESCCHAR = switch left front and routing2 # describe character
  3792. CMD_BACK = switch left front and switch right rear and key left rear # go back (undo unexpected cursor tracking motion)
  3793. CMD_HOME = switch left front and switch right rear and key left front # go to cursor
  3794. CMD_HELP = switch left front and switch right rear and key right rear # enter/leave help display
  3795. CMD_LEARN = switch left front and switch right rear and key right front # enter/leave command learn mode
  3796. CMD_SIXDOTS = switch left front and switch right rear and key left rear and easy up1 # toggle text style 6-dot/8-dot
  3797. CMD_PASTE = switch left front and switch right rear and key left rear and easy down1 # insert cut buffer at cursor
  3798. CMD_CAPBLINK = switch left front and switch right rear and key left rear and easy up2 # toggle capital letter blinking on/off
  3799. CMD_CSRJMP_VERT = switch left front and switch right rear and key left rear and easy down2 # bring cursor to line (no horizontal motion)
  3800. CMD_DISPMD = switch left front and switch right rear and key left rear and easy left1 # toggle display mode attributes/text
  3801. CMD_CSRTRK = switch left front and switch right rear and key left rear and easy right1 # toggle cursor tracking on/off
  3802. CMD_ATTRVIS = switch left front and switch right rear and key left rear and easy left2 # toggle attribute underlining on/off
  3803. CMD_CSRVIS = switch left front and switch right rear and key left rear and easy right2 # toggle cursor visibility on/off
  3804. CMD_AUTOSPEAK = switch left front and switch right rear and key left front and easy up1 # toggle autospeak on/off
  3805. CMD_AUTOREPEAT = switch left front and switch right rear and key left front and easy down1 # toggle autorepeat on/off
  3806. CMD_RESTARTBRL = switch left front and switch right rear and key left front and easy up2 # reinitialize braille driver
  3807. CMD_FREEZE = switch left front and switch right rear and key left front and easy down2 # toggle screen mode frozen/live
  3808. CMD_INFO = switch left front and switch right rear and key left front and easy left1 # enter/leave status display
  3809. CMD_PREFMENU = switch left front and switch right rear and key left front and easy right1 # enter/leave preferences menu
  3810. CMD_PREFLOAD = switch left front and switch right rear and key left front and easy left2 # restore saved preferences
  3811. CMD_PREFSAVE = switch left front and switch right rear and key left front and easy right2 # save current preferences
  3812. CMD_SAY_ABOVE = switch left front and switch right rear and key right rear and easy up1 # speak from top of screen through current line
  3813. CMD_SAY_BELOW = switch left front and switch right rear and key right rear and easy down1 # speak from current line through bottom of screen
  3814. CMD_SAY_LOUDER = switch left front and switch right rear and key right rear and easy up2 # increase speech volume
  3815. CMD_SAY_SOFTER = switch left front and switch right rear and key right rear and easy down2 # decrease speech volume
  3816. CMD_MUTE = switch left front and switch right rear and key right rear and easy left1 # stop speaking immediately
  3817. CMD_SAY_LINE = switch left front and switch right rear and key right rear and easy right1 # speak current line
  3818. CMD_SAY_SLOWER = switch left front and switch right rear and key right rear and easy left2 # decrease speech rate
  3819. CMD_SAY_FASTER = switch left front and switch right rear and key right rear and easy right2 # increase speech rate
  3820. CMD_SPKHOME = switch left front and switch right rear and key right front and easy up1 # go to current (most recent) speech position
  3821. CMD_TUNES = switch left front and switch right rear and key right front and easy down1 # toggle alert tunes on/off
  3822. CMD_RESTARTSPEECH = switch left front and switch right rear and key right front and easy up2 # reinitialize speech driver
  3823. CMD_SWSIM_BQ = switch left front and switch right rear and key right front and easy down2 # 
  3824. CMD_SKPIDLNS = switch left front and switch right rear and key right front and easy left1 # toggle skipping of lines with identical content on/off
  3825. CMD_SKPBLNKWINS = switch left front and switch right rear and key right front and easy right1 # toggle skipping of blank windows on/off
  3826. CMD_SLIDEWIN = switch left front and switch right rear and key right front and easy right2 # toggle sliding window on/off
  3827. BLK_ROUTE = switch left front and switch right rear and routing1 # bring cursor to character
  3828. BLK_PRINDENT = switch left front and switch right rear and easy up1 and routing1 # go up to nearest line without greater indent
  3829. BLK_NXINDENT = switch left front and switch right rear and easy down1 and routing1 # go down to nearest line without greater indent
  3830. BLK_SETLEFT = switch left front and switch right rear and easy up2 and routing1 # position left end of window at character
  3831. BLK_DESCCHAR = switch left front and switch right rear and easy down2 and routing1 # describe character
  3832. BLK_CUTAPPEND = switch left front and switch right rear and easy left1 and routing1 # append to existing cut buffer from character
  3833. BLK_CUTLINE = switch left front and switch right rear and easy right1 and routing1 # linear cut to character
  3834. BLK_CUTBEGIN = switch left front and switch right rear and easy left2 and routing1 # start new cut buffer at character
  3835. BLK_CUTRECT = switch left front and switch right rear and easy right2 and routing1 # rectangular cut to character
  3836. BLK_DESCCHAR = switch left front and switch right rear and routing2 # describe character
  3837. CMD_BACK = switch left front and switch right front and key left rear # go back (undo unexpected cursor tracking motion)
  3838. CMD_HOME = switch left front and switch right front and key left front # go to cursor
  3839. CMD_HELP = switch left front and switch right front and key right rear # enter/leave help display
  3840. CMD_LEARN = switch left front and switch right front and key right front # enter/leave command learn mode
  3841. CMD_SIXDOTS = switch left front and switch right front and key left rear and easy up1 # toggle text style 6-dot/8-dot
  3842. CMD_PASTE = switch left front and switch right front and key left rear and easy down1 # insert cut buffer at cursor
  3843. CMD_CAPBLINK = switch left front and switch right front and key left rear and easy up2 # toggle capital letter blinking on/off
  3844. CMD_CSRJMP_VERT = switch left front and switch right front and key left rear and easy down2 # bring cursor to line (no horizontal motion)
  3845. CMD_DISPMD = switch left front and switch right front and key left rear and easy left1 # toggle display mode attributes/text
  3846. CMD_CSRTRK = switch left front and switch right front and key left rear and easy right1 # toggle cursor tracking on/off
  3847. CMD_ATTRVIS = switch left front and switch right front and key left rear and easy left2 # toggle attribute underlining on/off
  3848. CMD_CSRVIS = switch left front and switch right front and key left rear and easy right2 # toggle cursor visibility on/off
  3849. CMD_AUTOSPEAK = switch left front and switch right front and key left front and easy up1 # toggle autospeak on/off
  3850. CMD_AUTOREPEAT = switch left front and switch right front and key left front and easy down1 # toggle autorepeat on/off
  3851. CMD_RESTARTBRL = switch left front and switch right front and key left front and easy up2 # reinitialize braille driver
  3852. CMD_FREEZE = switch left front and switch right front and key left front and easy down2 # toggle screen mode frozen/live
  3853. CMD_INFO = switch left front and switch right front and key left front and easy left1 # enter/leave status display
  3854. CMD_PREFMENU = switch left front and switch right front and key left front and easy right1 # enter/leave preferences menu
  3855. CMD_PREFLOAD = switch left front and switch right front and key left front and easy left2 # restore saved preferences
  3856. CMD_PREFSAVE = switch left front and switch right front and key left front and easy right2 # save current preferences
  3857. CMD_SAY_ABOVE = switch left front and switch right front and key right rear and easy up1 # speak from top of screen through current line
  3858. CMD_SAY_BELOW = switch left front and switch right front and key right rear and easy down1 # speak from current line through bottom of screen
  3859. CMD_SAY_LOUDER = switch left front and switch right front and key right rear and easy up2 # increase speech volume
  3860. CMD_SAY_SOFTER = switch left front and switch right front and key right rear and easy down2 # decrease speech volume
  3861. CMD_MUTE = switch left front and switch right front and key right rear and easy left1 # stop speaking immediately
  3862. CMD_SAY_LINE = switch left front and switch right front and key right rear and easy right1 # speak current line
  3863. CMD_SAY_SLOWER = switch left front and switch right front and key right rear and easy left2 # decrease speech rate
  3864. CMD_SAY_FASTER = switch left front and switch right front and key right rear and easy right2 # increase speech rate
  3865. CMD_SPKHOME = switch left front and switch right front and key right front and easy up1 # go to current (most recent) speech position
  3866. CMD_TUNES = switch left front and switch right front and key right front and easy down1 # toggle alert tunes on/off
  3867. CMD_RESTARTSPEECH = switch left front and switch right front and key right front and easy up2 # reinitialize speech driver
  3868. CMD_SWSIM_BQ = switch left front and switch right front and key right front and easy down2 # 
  3869. CMD_SKPIDLNS = switch left front and switch right front and key right front and easy left1 # toggle skipping of lines with identical content on/off
  3870. CMD_SKPBLNKWINS = switch left front and switch right front and key right front and easy right1 # toggle skipping of blank windows on/off
  3871. CMD_SLIDEWIN = switch left front and switch right front and key right front and easy right2 # toggle sliding window on/off
  3872. BLK_ROUTE = switch left front and switch right front and routing1 # bring cursor to character
  3873. BLK_PRINDENT = switch left front and switch right front and easy up1 and routing1 # go up to nearest line without greater indent
  3874. BLK_NXINDENT = switch left front and switch right front and easy down1 and routing1 # go down to nearest line without greater indent
  3875. BLK_SETLEFT = switch left front and switch right front and easy up2 and routing1 # position left end of window at character
  3876. BLK_DESCCHAR = switch left front and switch right front and easy down2 and routing1 # describe character
  3877. BLK_CUTAPPEND = switch left front and switch right front and easy left1 and routing1 # append to existing cut buffer from character
  3878. BLK_CUTLINE = switch left front and switch right front and easy right1 and routing1 # linear cut to character
  3879. BLK_CUTBEGIN = switch left front and switch right front and easy left2 and routing1 # start new cut buffer at character
  3880. BLK_CUTRECT = switch left front and switch right front and easy right2 and routing1 # rectangular cut to character
  3881. BLK_DESCCHAR = switch left front and switch right front and routing2 # describe character
  3882. # --------------------------------------------
  3883. # Terminal Parameters:
  3884. identification = 85
  3885. terminal = "BrailleX EL 40s"
  3886. helpfile = "brltty-pm-el_40s.hlp"
  3887. displaysize = 40
  3888. haseasybar = 0 0 1 1
  3889. # Modifier Keys:
  3890. modifier = switch left rear
  3891. modifier = switch left front
  3892. modifier = switch right rear
  3893. modifier = switch right front
  3894. modifier = key left rear
  3895. modifier = key left front
  3896. modifier = key right rear
  3897. modifier = key right front
  3898. modifier = easy up1
  3899. modifier = easy down1
  3900. modifier = easy left1
  3901. modifier = easy right1
  3902. modifier = easy up2
  3903. modifier = easy down2
  3904. modifier = easy left2
  3905. modifier = easy right2
  3906. # Command Definitions:
  3907. CMD_LNUP = easy up1 # go up one line
  3908. CMD_LNDN = easy down1 # go down one line
  3909. CMD_TOP = easy up2 # go to top line
  3910. CMD_BOT = easy down2 # go to bottom line
  3911. CMD_FWINLT = easy left1 # go left one window
  3912. CMD_FWINRT = easy right1 # go right one window
  3913. CMD_LNBEG = easy left2 # go to beginning of line
  3914. CMD_LNEND = easy right2 # go to end of line
  3915. CMD_PRDIFLN = switch left rear and easy up1 # go up to nearest line with different content
  3916. CMD_NXDIFLN = switch left rear and easy down1 # go down to nearest line with different content
  3917. CMD_ATTRUP = switch left rear and easy up2 # go up to nearest line with different highlighting
  3918. CMD_ATTRDN = switch left rear and easy down2 # go down to nearest line with different highlighting
  3919. CMD_PRPROMPT = switch left rear and easy left1 # go up to previous command prompt
  3920. CMD_NXPROMPT = switch left rear and easy right1 # go down to next command prompt
  3921. CMD_PRPGRPH = switch left rear and easy left2 # go up to last line of previous paragraph
  3922. CMD_NXPGRPH = switch left rear and easy right2 # go down to first line of next paragraph
  3923. KEY_CURSOR_UP = switch right rear and easy up1 # send cursor-up key
  3924. KEY_CURSOR_DOWN = switch right rear and easy down1 # send cursor-down key
  3925. KEY_PAGE_UP = switch right rear and easy up2 # send page-up key
  3926. KEY_PAGE_DOWN = switch right rear and easy down2 # send page-down key
  3927. CMD_FWINLT route = switch right rear and easy left1 # go left one window and route cursor
  3928. CMD_FWINRT route = switch right rear and easy right1 # go right one window and route cursor
  3929. CMD_LNBEG route = switch right rear and easy left2 # go to beginning of line and route cursor
  3930. CMD_LNEND route = switch right rear and easy right2 # go to end of line and route cursor
  3931. KEY_CURSOR_UP = switch left rear and switch right rear and easy up1 # send cursor-up key
  3932. KEY_CURSOR_DOWN = switch left rear and switch right rear and easy down1 # send cursor-down key
  3933. KEY_PAGE_UP = switch left rear and switch right rear and easy up2 # send page-up key
  3934. KEY_PAGE_DOWN = switch left rear and switch right rear and easy down2 # send page-down key
  3935. KEY_CURSOR_LEFT = switch left rear and switch right rear and easy left1 # send cursor-left key
  3936. KEY_CURSOR_RIGHT = switch left rear and switch right rear and easy right1 # send cursor-right key
  3937. KEY_HOME = switch left rear and switch right rear and easy left2 # send home key
  3938. KEY_END = switch left rear and switch right rear and easy right2 # send end key
  3939. CMD_PRSEARCH = switch left front and easy up1 # search backward for content of cut buffer
  3940. CMD_NXSEARCH = switch left front and easy down1 # search forward for content of cut buffer
  3941. CMD_HELP = switch left front and easy up2 # enter/leave help display
  3942. CMD_LEARN = switch left front and easy down2 # enter/leave command learn mode
  3943. CMD_CHRLT = switch left front and easy left1 # go left one character
  3944. CMD_CHRRT = switch left front and easy right1 # go right one character
  3945. CMD_HWINLT = switch left front and easy left2 # go left half a window
  3946. CMD_HWINRT = switch left front and easy right2 # go right half a window
  3947. CMD_MENU_PREV_ITEM = switch right front and easy up1 # go to previous item in menu
  3948. CMD_MENU_NEXT_ITEM = switch right front and easy down1 # go to next item in menu
  3949. CMD_MENU_FIRST_ITEM = switch right front and easy up2 # go to first item in menu
  3950. CMD_MENU_LAST_ITEM = switch right front and easy down2 # go to last item in menu
  3951. CMD_MENU_PREV_SETTING = switch right front and easy left1 # change current item in menu to previous choice
  3952. CMD_MENU_NEXT_SETTING = switch right front and easy right1 # change current item in menu to next choice
  3953. CMD_PREFLOAD = switch right front and easy left2 # restore saved preferences
  3954. CMD_PREFSAVE = switch right front and easy right2 # save current preferences
  3955. CMD_BACK = key left rear # go back (undo unexpected cursor tracking motion)
  3956. CMD_HOME = key left front # go to cursor
  3957. CMD_HELP = key right rear # enter/leave help display
  3958. CMD_LEARN = key right front # enter/leave command learn mode
  3959. CMD_SIXDOTS = key left rear and easy up1 # toggle text style 6-dot/8-dot
  3960. CMD_PASTE = key left rear and easy down1 # insert cut buffer at cursor
  3961. CMD_CAPBLINK = key left rear and easy up2 # toggle capital letter blinking on/off
  3962. CMD_CSRJMP_VERT = key left rear and easy down2 # bring cursor to line (no horizontal motion)
  3963. CMD_DISPMD = key left rear and easy left1 # toggle display mode attributes/text
  3964. CMD_CSRTRK = key left rear and easy right1 # toggle cursor tracking on/off
  3965. CMD_ATTRVIS = key left rear and easy left2 # toggle attribute underlining on/off
  3966. CMD_CSRVIS = key left rear and easy right2 # toggle cursor visibility on/off
  3967. CMD_AUTOSPEAK = key left front and easy up1 # toggle autospeak on/off
  3968. CMD_AUTOREPEAT = key left front and easy down1 # toggle autorepeat on/off
  3969. CMD_RESTARTBRL = key left front and easy up2 # reinitialize braille driver
  3970. CMD_FREEZE = key left front and easy down2 # toggle screen mode frozen/live
  3971. CMD_INFO = key left front and easy left1 # enter/leave status display
  3972. CMD_PREFMENU = key left front and easy right1 # enter/leave preferences menu
  3973. CMD_PREFLOAD = key left front and easy left2 # restore saved preferences
  3974. CMD_PREFSAVE = key left front and easy right2 # save current preferences
  3975. CMD_SAY_ABOVE = key right rear and easy up1 # speak from top of screen through current line
  3976. CMD_SAY_BELOW = key right rear and easy down1 # speak from current line through bottom of screen
  3977. CMD_SAY_LOUDER = key right rear and easy up2 # increase speech volume
  3978. CMD_SAY_SOFTER = key right rear and easy down2 # decrease speech volume
  3979. CMD_MUTE = key right rear and easy left1 # stop speaking immediately
  3980. CMD_SAY_LINE = key right rear and easy right1 # speak current line
  3981. CMD_SAY_SLOWER = key right rear and easy left2 # decrease speech rate
  3982. CMD_SAY_FASTER = key right rear and easy right2 # increase speech rate
  3983. CMD_SPKHOME = key right front and easy up1 # go to current (most recent) speech position
  3984. CMD_TUNES = key right front and easy down1 # toggle alert tunes on/off
  3985. CMD_RESTARTSPEECH = key right front and easy up2 # reinitialize speech driver
  3986. CMD_SWSIM_BQ = key right front and easy down2 # 
  3987. CMD_SKPIDLNS = key right front and easy left1 # toggle skipping of lines with identical content on/off
  3988. CMD_SKPBLNKWINS = key right front and easy right1 # toggle skipping of blank windows on/off
  3989. CMD_SLIDEWIN = key right front and easy right2 # toggle sliding window on/off
  3990. BLK_ROUTE = routing1 # bring cursor to character
  3991. BLK_PRINDENT = easy up1 and routing1 # go up to nearest line without greater indent
  3992. BLK_NXINDENT = easy down1 and routing1 # go down to nearest line without greater indent
  3993. BLK_SETLEFT = easy up2 and routing1 # position left end of window at character
  3994. BLK_DESCCHAR = easy down2 and routing1 # describe character
  3995. BLK_CUTAPPEND = easy left1 and routing1 # append to existing cut buffer from character
  3996. BLK_CUTLINE = easy right1 and routing1 # linear cut to character
  3997. BLK_CUTBEGIN = easy left2 and routing1 # start new cut buffer at character
  3998. BLK_CUTRECT = easy right2 and routing1 # rectangular cut to character
  3999. BLK_DESCCHAR = routing2 # describe character
  4000. CMD_BACK = switch right rear and key left rear # go back (undo unexpected cursor tracking motion)
  4001. CMD_HOME = switch right rear and key left front # go to cursor
  4002. CMD_HELP = switch right rear and key right rear # enter/leave help display
  4003. CMD_LEARN = switch right rear and key right front # enter/leave command learn mode
  4004. CMD_SIXDOTS = switch right rear and key left rear and easy up1 # toggle text style 6-dot/8-dot
  4005. CMD_PASTE = switch right rear and key left rear and easy down1 # insert cut buffer at cursor
  4006. CMD_CAPBLINK = switch right rear and key left rear and easy up2 # toggle capital letter blinking on/off
  4007. CMD_CSRJMP_VERT = switch right rear and key left rear and easy down2 # bring cursor to line (no horizontal motion)
  4008. CMD_DISPMD = switch right rear and key left rear and easy left1 # toggle display mode attributes/text
  4009. CMD_CSRTRK = switch right rear and key left rear and easy right1 # toggle cursor tracking on/off
  4010. CMD_ATTRVIS = switch right rear and key left rear and easy left2 # toggle attribute underlining on/off
  4011. CMD_CSRVIS = switch right rear and key left rear and easy right2 # toggle cursor visibility on/off
  4012. CMD_AUTOSPEAK = switch right rear and key left front and easy up1 # toggle autospeak on/off
  4013. CMD_AUTOREPEAT = switch right rear and key left front and easy down1 # toggle autorepeat on/off
  4014. CMD_RESTARTBRL = switch right rear and key left front and easy up2 # reinitialize braille driver
  4015. CMD_FREEZE = switch right rear and key left front and easy down2 # toggle screen mode frozen/live
  4016. CMD_INFO = switch right rear and key left front and easy left1 # enter/leave status display
  4017. CMD_PREFMENU = switch right rear and key left front and easy right1 # enter/leave preferences menu
  4018. CMD_PREFLOAD = switch right rear and key left front and easy left2 # restore saved preferences
  4019. CMD_PREFSAVE = switch right rear and key left front and easy right2 # save current preferences
  4020. CMD_SAY_ABOVE = switch right rear and key right rear and easy up1 # speak from top of screen through current line
  4021. CMD_SAY_BELOW = switch right rear and key right rear and easy down1 # speak from current line through bottom of screen
  4022. CMD_SAY_LOUDER = switch right rear and key right rear and easy up2 # increase speech volume
  4023. CMD_SAY_SOFTER = switch right rear and key right rear and easy down2 # decrease speech volume
  4024. CMD_MUTE = switch right rear and key right rear and easy left1 # stop speaking immediately
  4025. CMD_SAY_LINE = switch right rear and key right rear and easy right1 # speak current line
  4026. CMD_SAY_SLOWER = switch right rear and key right rear and easy left2 # decrease speech rate
  4027. CMD_SAY_FASTER = switch right rear and key right rear and easy right2 # increase speech rate
  4028. CMD_SPKHOME = switch right rear and key right front and easy up1 # go to current (most recent) speech position
  4029. CMD_TUNES = switch right rear and key right front and easy down1 # toggle alert tunes on/off
  4030. CMD_RESTARTSPEECH = switch right rear and key right front and easy up2 # reinitialize speech driver
  4031. CMD_SWSIM_BQ = switch right rear and key right front and easy down2 # 
  4032. CMD_SKPIDLNS = switch right rear and key right front and easy left1 # toggle skipping of lines with identical content on/off
  4033. CMD_SKPBLNKWINS = switch right rear and key right front and easy right1 # toggle skipping of blank windows on/off
  4034. CMD_SLIDEWIN = switch right rear and key right front and easy right2 # toggle sliding window on/off
  4035. BLK_ROUTE = switch right rear and routing1 # bring cursor to character
  4036. BLK_PRINDENT = switch right rear and easy up1 and routing1 # go up to nearest line without greater indent
  4037. BLK_NXINDENT = switch right rear and easy down1 and routing1 # go down to nearest line without greater indent
  4038. BLK_SETLEFT = switch right rear and easy up2 and routing1 # position left end of window at character
  4039. BLK_DESCCHAR = switch right rear and easy down2 and routing1 # describe character
  4040. BLK_CUTAPPEND = switch right rear and easy left1 and routing1 # append to existing cut buffer from character
  4041. BLK_CUTLINE = switch right rear and easy right1 and routing1 # linear cut to character
  4042. BLK_CUTBEGIN = switch right rear and easy left2 and routing1 # start new cut buffer at character
  4043. BLK_CUTRECT = switch right rear and easy right2 and routing1 # rectangular cut to character
  4044. BLK_DESCCHAR = switch right rear and routing2 # describe character
  4045. CMD_BACK = switch right front and key left rear # go back (undo unexpected cursor tracking motion)
  4046. CMD_HOME = switch right front and key left front # go to cursor
  4047. CMD_HELP = switch right front and key right rear # enter/leave help display
  4048. CMD_LEARN = switch right front and key right front # enter/leave command learn mode
  4049. CMD_SIXDOTS = switch right front and key left rear and easy up1 # toggle text style 6-dot/8-dot
  4050. CMD_PASTE = switch right front and key left rear and easy down1 # insert cut buffer at cursor
  4051. CMD_CAPBLINK = switch right front and key left rear and easy up2 # toggle capital letter blinking on/off
  4052. CMD_CSRJMP_VERT = switch right front and key left rear and easy down2 # bring cursor to line (no horizontal motion)
  4053. CMD_DISPMD = switch right front and key left rear and easy left1 # toggle display mode attributes/text
  4054. CMD_CSRTRK = switch right front and key left rear and easy right1 # toggle cursor tracking on/off
  4055. CMD_ATTRVIS = switch right front and key left rear and easy left2 # toggle attribute underlining on/off
  4056. CMD_CSRVIS = switch right front and key left rear and easy right2 # toggle cursor visibility on/off
  4057. CMD_AUTOSPEAK = switch right front and key left front and easy up1 # toggle autospeak on/off
  4058. CMD_AUTOREPEAT = switch right front and key left front and easy down1 # toggle autorepeat on/off
  4059. CMD_RESTARTBRL = switch right front and key left front and easy up2 # reinitialize braille driver
  4060. CMD_FREEZE = switch right front and key left front and easy down2 # toggle screen mode frozen/live
  4061. CMD_INFO = switch right front and key left front and easy left1 # enter/leave status display
  4062. CMD_PREFMENU = switch right front and key left front and easy right1 # enter/leave preferences menu
  4063. CMD_PREFLOAD = switch right front and key left front and easy left2 # restore saved preferences
  4064. CMD_PREFSAVE = switch right front and key left front and easy right2 # save current preferences
  4065. CMD_SAY_ABOVE = switch right front and key right rear and easy up1 # speak from top of screen through current line
  4066. CMD_SAY_BELOW = switch right front and key right rear and easy down1 # speak from current line through bottom of screen
  4067. CMD_SAY_LOUDER = switch right front and key right rear and easy up2 # increase speech volume
  4068. CMD_SAY_SOFTER = switch right front and key right rear and easy down2 # decrease speech volume
  4069. CMD_MUTE = switch right front and key right rear and easy left1 # stop speaking immediately
  4070. CMD_SAY_LINE = switch right front and key right rear and easy right1 # speak current line
  4071. CMD_SAY_SLOWER = switch right front and key right rear and easy left2 # decrease speech rate
  4072. CMD_SAY_FASTER = switch right front and key right rear and easy right2 # increase speech rate
  4073. CMD_SPKHOME = switch right front and key right front and easy up1 # go to current (most recent) speech position
  4074. CMD_TUNES = switch right front and key right front and easy down1 # toggle alert tunes on/off
  4075. CMD_RESTARTSPEECH = switch right front and key right front and easy up2 # reinitialize speech driver
  4076. CMD_SWSIM_BQ = switch right front and key right front and easy down2 # 
  4077. CMD_SKPIDLNS = switch right front and key right front and easy left1 # toggle skipping of lines with identical content on/off
  4078. CMD_SKPBLNKWINS = switch right front and key right front and easy right1 # toggle skipping of blank windows on/off
  4079. CMD_SLIDEWIN = switch right front and key right front and easy right2 # toggle sliding window on/off
  4080. BLK_ROUTE = switch right front and routing1 # bring cursor to character
  4081. BLK_PRINDENT = switch right front and easy up1 and routing1 # go up to nearest line without greater indent
  4082. BLK_NXINDENT = switch right front and easy down1 and routing1 # go down to nearest line without greater indent
  4083. BLK_SETLEFT = switch right front and easy up2 and routing1 # position left end of window at character
  4084. BLK_DESCCHAR = switch right front and easy down2 and routing1 # describe character
  4085. BLK_CUTAPPEND = switch right front and easy left1 and routing1 # append to existing cut buffer from character
  4086. BLK_CUTLINE = switch right front and easy right1 and routing1 # linear cut to character
  4087. BLK_CUTBEGIN = switch right front and easy left2 and routing1 # start new cut buffer at character
  4088. BLK_CUTRECT = switch right front and easy right2 and routing1 # rectangular cut to character
  4089. BLK_DESCCHAR = switch right front and routing2 # describe character
  4090. CMD_BACK = switch left rear and key left rear # go back (undo unexpected cursor tracking motion)
  4091. CMD_HOME = switch left rear and key left front # go to cursor
  4092. CMD_HELP = switch left rear and key right rear # enter/leave help display
  4093. CMD_LEARN = switch left rear and key right front # enter/leave command learn mode
  4094. CMD_SIXDOTS = switch left rear and key left rear and easy up1 # toggle text style 6-dot/8-dot
  4095. CMD_PASTE = switch left rear and key left rear and easy down1 # insert cut buffer at cursor
  4096. CMD_CAPBLINK = switch left rear and key left rear and easy up2 # toggle capital letter blinking on/off
  4097. CMD_CSRJMP_VERT = switch left rear and key left rear and easy down2 # bring cursor to line (no horizontal motion)
  4098. CMD_DISPMD = switch left rear and key left rear and easy left1 # toggle display mode attributes/text
  4099. CMD_CSRTRK = switch left rear and key left rear and easy right1 # toggle cursor tracking on/off
  4100. CMD_ATTRVIS = switch left rear and key left rear and easy left2 # toggle attribute underlining on/off
  4101. CMD_CSRVIS = switch left rear and key left rear and easy right2 # toggle cursor visibility on/off
  4102. CMD_AUTOSPEAK = switch left rear and key left front and easy up1 # toggle autospeak on/off
  4103. CMD_AUTOREPEAT = switch left rear and key left front and easy down1 # toggle autorepeat on/off
  4104. CMD_RESTARTBRL = switch left rear and key left front and easy up2 # reinitialize braille driver
  4105. CMD_FREEZE = switch left rear and key left front and easy down2 # toggle screen mode frozen/live
  4106. CMD_INFO = switch left rear and key left front and easy left1 # enter/leave status display
  4107. CMD_PREFMENU = switch left rear and key left front and easy right1 # enter/leave preferences menu
  4108. CMD_PREFLOAD = switch left rear and key left front and easy left2 # restore saved preferences
  4109. CMD_PREFSAVE = switch left rear and key left front and easy right2 # save current preferences
  4110. CMD_SAY_ABOVE = switch left rear and key right rear and easy up1 # speak from top of screen through current line
  4111. CMD_SAY_BELOW = switch left rear and key right rear and easy down1 # speak from current line through bottom of screen
  4112. CMD_SAY_LOUDER = switch left rear and key right rear and easy up2 # increase speech volume
  4113. CMD_SAY_SOFTER = switch left rear and key right rear and easy down2 # decrease speech volume
  4114. CMD_MUTE = switch left rear and key right rear and easy left1 # stop speaking immediately
  4115. CMD_SAY_LINE = switch left rear and key right rear and easy right1 # speak current line
  4116. CMD_SAY_SLOWER = switch left rear and key right rear and easy left2 # decrease speech rate
  4117. CMD_SAY_FASTER = switch left rear and key right rear and easy right2 # increase speech rate
  4118. CMD_SPKHOME = switch left rear and key right front and easy up1 # go to current (most recent) speech position
  4119. CMD_TUNES = switch left rear and key right front and easy down1 # toggle alert tunes on/off
  4120. CMD_RESTARTSPEECH = switch left rear and key right front and easy up2 # reinitialize speech driver
  4121. CMD_SWSIM_BQ = switch left rear and key right front and easy down2 # 
  4122. CMD_SKPIDLNS = switch left rear and key right front and easy left1 # toggle skipping of lines with identical content on/off
  4123. CMD_SKPBLNKWINS = switch left rear and key right front and easy right1 # toggle skipping of blank windows on/off
  4124. CMD_SLIDEWIN = switch left rear and key right front and easy right2 # toggle sliding window on/off
  4125. BLK_ROUTE = switch left rear and routing1 # bring cursor to character
  4126. BLK_PRINDENT = switch left rear and easy up1 and routing1 # go up to nearest line without greater indent
  4127. BLK_NXINDENT = switch left rear and easy down1 and routing1 # go down to nearest line without greater indent
  4128. BLK_SETLEFT = switch left rear and easy up2 and routing1 # position left end of window at character
  4129. BLK_DESCCHAR = switch left rear and easy down2 and routing1 # describe character
  4130. BLK_CUTAPPEND = switch left rear and easy left1 and routing1 # append to existing cut buffer from character
  4131. BLK_CUTLINE = switch left rear and easy right1 and routing1 # linear cut to character
  4132. BLK_CUTBEGIN = switch left rear and easy left2 and routing1 # start new cut buffer at character
  4133. BLK_CUTRECT = switch left rear and easy right2 and routing1 # rectangular cut to character
  4134. BLK_DESCCHAR = switch left rear and routing2 # describe character
  4135. CMD_BACK = switch left rear and switch right rear and key left rear # go back (undo unexpected cursor tracking motion)
  4136. CMD_HOME = switch left rear and switch right rear and key left front # go to cursor
  4137. CMD_HELP = switch left rear and switch right rear and key right rear # enter/leave help display
  4138. CMD_LEARN = switch left rear and switch right rear and key right front # enter/leave command learn mode
  4139. CMD_SIXDOTS = switch left rear and switch right rear and key left rear and easy up1 # toggle text style 6-dot/8-dot
  4140. CMD_PASTE = switch left rear and switch right rear and key left rear and easy down1 # insert cut buffer at cursor
  4141. CMD_CAPBLINK = switch left rear and switch right rear and key left rear and easy up2 # toggle capital letter blinking on/off
  4142. CMD_CSRJMP_VERT = switch left rear and switch right rear and key left rear and easy down2 # bring cursor to line (no horizontal motion)
  4143. CMD_DISPMD = switch left rear and switch right rear and key left rear and easy left1 # toggle display mode attributes/text
  4144. CMD_CSRTRK = switch left rear and switch right rear and key left rear and easy right1 # toggle cursor tracking on/off
  4145. CMD_ATTRVIS = switch left rear and switch right rear and key left rear and easy left2 # toggle attribute underlining on/off
  4146. CMD_CSRVIS = switch left rear and switch right rear and key left rear and easy right2 # toggle cursor visibility on/off
  4147. CMD_AUTOSPEAK = switch left rear and switch right rear and key left front and easy up1 # toggle autospeak on/off
  4148. CMD_AUTOREPEAT = switch left rear and switch right rear and key left front and easy down1 # toggle autorepeat on/off
  4149. CMD_RESTARTBRL = switch left rear and switch right rear and key left front and easy up2 # reinitialize braille driver
  4150. CMD_FREEZE = switch left rear and switch right rear and key left front and easy down2 # toggle screen mode frozen/live
  4151. CMD_INFO = switch left rear and switch right rear and key left front and easy left1 # enter/leave status display
  4152. CMD_PREFMENU = switch left rear and switch right rear and key left front and easy right1 # enter/leave preferences menu
  4153. CMD_PREFLOAD = switch left rear and switch right rear and key left front and easy left2 # restore saved preferences
  4154. CMD_PREFSAVE = switch left rear and switch right rear and key left front and easy right2 # save current preferences
  4155. CMD_SAY_ABOVE = switch left rear and switch right rear and key right rear and easy up1 # speak from top of screen through current line
  4156. CMD_SAY_BELOW = switch left rear and switch right rear and key right rear and easy down1 # speak from current line through bottom of screen
  4157. CMD_SAY_LOUDER = switch left rear and switch right rear and key right rear and easy up2 # increase speech volume
  4158. CMD_SAY_SOFTER = switch left rear and switch right rear and key right rear and easy down2 # decrease speech volume
  4159. CMD_MUTE = switch left rear and switch right rear and key right rear and easy left1 # stop speaking immediately
  4160. CMD_SAY_LINE = switch left rear and switch right rear and key right rear and easy right1 # speak current line
  4161. CMD_SAY_SLOWER = switch left rear and switch right rear and key right rear and easy left2 # decrease speech rate
  4162. CMD_SAY_FASTER = switch left rear and switch right rear and key right rear and easy right2 # increase speech rate
  4163. CMD_SPKHOME = switch left rear and switch right rear and key right front and easy up1 # go to current (most recent) speech position
  4164. CMD_TUNES = switch left rear and switch right rear and key right front and easy down1 # toggle alert tunes on/off
  4165. CMD_RESTARTSPEECH = switch left rear and switch right rear and key right front and easy up2 # reinitialize speech driver
  4166. CMD_SWSIM_BQ = switch left rear and switch right rear and key right front and easy down2 # 
  4167. CMD_SKPIDLNS = switch left rear and switch right rear and key right front and easy left1 # toggle skipping of lines with identical content on/off
  4168. CMD_SKPBLNKWINS = switch left rear and switch right rear and key right front and easy right1 # toggle skipping of blank windows on/off
  4169. CMD_SLIDEWIN = switch left rear and switch right rear and key right front and easy right2 # toggle sliding window on/off
  4170. BLK_ROUTE = switch left rear and switch right rear and routing1 # bring cursor to character
  4171. BLK_PRINDENT = switch left rear and switch right rear and easy up1 and routing1 # go up to nearest line without greater indent
  4172. BLK_NXINDENT = switch left rear and switch right rear and easy down1 and routing1 # go down to nearest line without greater indent
  4173. BLK_SETLEFT = switch left rear and switch right rear and easy up2 and routing1 # position left end of window at character
  4174. BLK_DESCCHAR = switch left rear and switch right rear and easy down2 and routing1 # describe character
  4175. BLK_CUTAPPEND = switch left rear and switch right rear and easy left1 and routing1 # append to existing cut buffer from character
  4176. BLK_CUTLINE = switch left rear and switch right rear and easy right1 and routing1 # linear cut to character
  4177. BLK_CUTBEGIN = switch left rear and switch right rear and easy left2 and routing1 # start new cut buffer at character
  4178. BLK_CUTRECT = switch left rear and switch right rear and easy right2 and routing1 # rectangular cut to character
  4179. BLK_DESCCHAR = switch left rear and switch right rear and routing2 # describe character
  4180. CMD_BACK = switch left rear and switch right front and key left rear # go back (undo unexpected cursor tracking motion)
  4181. CMD_HOME = switch left rear and switch right front and key left front # go to cursor
  4182. CMD_HELP = switch left rear and switch right front and key right rear # enter/leave help display
  4183. CMD_LEARN = switch left rear and switch right front and key right front # enter/leave command learn mode
  4184. CMD_SIXDOTS = switch left rear and switch right front and key left rear and easy up1 # toggle text style 6-dot/8-dot
  4185. CMD_PASTE = switch left rear and switch right front and key left rear and easy down1 # insert cut buffer at cursor
  4186. CMD_CAPBLINK = switch left rear and switch right front and key left rear and easy up2 # toggle capital letter blinking on/off
  4187. CMD_CSRJMP_VERT = switch left rear and switch right front and key left rear and easy down2 # bring cursor to line (no horizontal motion)
  4188. CMD_DISPMD = switch left rear and switch right front and key left rear and easy left1 # toggle display mode attributes/text
  4189. CMD_CSRTRK = switch left rear and switch right front and key left rear and easy right1 # toggle cursor tracking on/off
  4190. CMD_ATTRVIS = switch left rear and switch right front and key left rear and easy left2 # toggle attribute underlining on/off
  4191. CMD_CSRVIS = switch left rear and switch right front and key left rear and easy right2 # toggle cursor visibility on/off
  4192. CMD_AUTOSPEAK = switch left rear and switch right front and key left front and easy up1 # toggle autospeak on/off
  4193. CMD_AUTOREPEAT = switch left rear and switch right front and key left front and easy down1 # toggle autorepeat on/off
  4194. CMD_RESTARTBRL = switch left rear and switch right front and key left front and easy up2 # reinitialize braille driver
  4195. CMD_FREEZE = switch left rear and switch right front and key left front and easy down2 # toggle screen mode frozen/live
  4196. CMD_INFO = switch left rear and switch right front and key left front and easy left1 # enter/leave status display
  4197. CMD_PREFMENU = switch left rear and switch right front and key left front and easy right1 # enter/leave preferences menu
  4198. CMD_PREFLOAD = switch left rear and switch right front and key left front and easy left2 # restore saved preferences
  4199. CMD_PREFSAVE = switch left rear and switch right front and key left front and easy right2 # save current preferences
  4200. CMD_SAY_ABOVE = switch left rear and switch right front and key right rear and easy up1 # speak from top of screen through current line
  4201. CMD_SAY_BELOW = switch left rear and switch right front and key right rear and easy down1 # speak from current line through bottom of screen
  4202. CMD_SAY_LOUDER = switch left rear and switch right front and key right rear and easy up2 # increase speech volume
  4203. CMD_SAY_SOFTER = switch left rear and switch right front and key right rear and easy down2 # decrease speech volume
  4204. CMD_MUTE = switch left rear and switch right front and key right rear and easy left1 # stop speaking immediately
  4205. CMD_SAY_LINE = switch left rear and switch right front and key right rear and easy right1 # speak current line
  4206. CMD_SAY_SLOWER = switch left rear and switch right front and key right rear and easy left2 # decrease speech rate
  4207. CMD_SAY_FASTER = switch left rear and switch right front and key right rear and easy right2 # increase speech rate
  4208. CMD_SPKHOME = switch left rear and switch right front and key right front and easy up1 # go to current (most recent) speech position
  4209. CMD_TUNES = switch left rear and switch right front and key right front and easy down1 # toggle alert tunes on/off
  4210. CMD_RESTARTSPEECH = switch left rear and switch right front and key right front and easy up2 # reinitialize speech driver
  4211. CMD_SWSIM_BQ = switch left rear and switch right front and key right front and easy down2 # 
  4212. CMD_SKPIDLNS = switch left rear and switch right front and key right front and easy left1 # toggle skipping of lines with identical content on/off
  4213. CMD_SKPBLNKWINS = switch left rear and switch right front and key right front and easy right1 # toggle skipping of blank windows on/off
  4214. CMD_SLIDEWIN = switch left rear and switch right front and key right front and easy right2 # toggle sliding window on/off
  4215. BLK_ROUTE = switch left rear and switch right front and routing1 # bring cursor to character
  4216. BLK_PRINDENT = switch left rear and switch right front and easy up1 and routing1 # go up to nearest line without greater indent
  4217. BLK_NXINDENT = switch left rear and switch right front and easy down1 and routing1 # go down to nearest line without greater indent
  4218. BLK_SETLEFT = switch left rear and switch right front and easy up2 and routing1 # position left end of window at character
  4219. BLK_DESCCHAR = switch left rear and switch right front and easy down2 and routing1 # describe character
  4220. BLK_CUTAPPEND = switch left rear and switch right front and easy left1 and routing1 # append to existing cut buffer from character
  4221. BLK_CUTLINE = switch left rear and switch right front and easy right1 and routing1 # linear cut to character
  4222. BLK_CUTBEGIN = switch left rear and switch right front and easy left2 and routing1 # start new cut buffer at character
  4223. BLK_CUTRECT = switch left rear and switch right front and easy right2 and routing1 # rectangular cut to character
  4224. BLK_DESCCHAR = switch left rear and switch right front and routing2 # describe character
  4225. CMD_BACK = switch left front and key left rear # go back (undo unexpected cursor tracking motion)
  4226. CMD_HOME = switch left front and key left front # go to cursor
  4227. CMD_HELP = switch left front and key right rear # enter/leave help display
  4228. CMD_LEARN = switch left front and key right front # enter/leave command learn mode
  4229. CMD_SIXDOTS = switch left front and key left rear and easy up1 # toggle text style 6-dot/8-dot
  4230. CMD_PASTE = switch left front and key left rear and easy down1 # insert cut buffer at cursor
  4231. CMD_CAPBLINK = switch left front and key left rear and easy up2 # toggle capital letter blinking on/off
  4232. CMD_CSRJMP_VERT = switch left front and key left rear and easy down2 # bring cursor to line (no horizontal motion)
  4233. CMD_DISPMD = switch left front and key left rear and easy left1 # toggle display mode attributes/text
  4234. CMD_CSRTRK = switch left front and key left rear and easy right1 # toggle cursor tracking on/off
  4235. CMD_ATTRVIS = switch left front and key left rear and easy left2 # toggle attribute underlining on/off
  4236. CMD_CSRVIS = switch left front and key left rear and easy right2 # toggle cursor visibility on/off
  4237. CMD_AUTOSPEAK = switch left front and key left front and easy up1 # toggle autospeak on/off
  4238. CMD_AUTOREPEAT = switch left front and key left front and easy down1 # toggle autorepeat on/off
  4239. CMD_RESTARTBRL = switch left front and key left front and easy up2 # reinitialize braille driver
  4240. CMD_FREEZE = switch left front and key left front and easy down2 # toggle screen mode frozen/live
  4241. CMD_INFO = switch left front and key left front and easy left1 # enter/leave status display
  4242. CMD_PREFMENU = switch left front and key left front and easy right1 # enter/leave preferences menu
  4243. CMD_PREFLOAD = switch left front and key left front and easy left2 # restore saved preferences
  4244. CMD_PREFSAVE = switch left front and key left front and easy right2 # save current preferences
  4245. CMD_SAY_ABOVE = switch left front and key right rear and easy up1 # speak from top of screen through current line
  4246. CMD_SAY_BELOW = switch left front and key right rear and easy down1 # speak from current line through bottom of screen
  4247. CMD_SAY_LOUDER = switch left front and key right rear and easy up2 # increase speech volume
  4248. CMD_SAY_SOFTER = switch left front and key right rear and easy down2 # decrease speech volume
  4249. CMD_MUTE = switch left front and key right rear and easy left1 # stop speaking immediately
  4250. CMD_SAY_LINE = switch left front and key right rear and easy right1 # speak current line
  4251. CMD_SAY_SLOWER = switch left front and key right rear and easy left2 # decrease speech rate
  4252. CMD_SAY_FASTER = switch left front and key right rear and easy right2 # increase speech rate
  4253. CMD_SPKHOME = switch left front and key right front and easy up1 # go to current (most recent) speech position
  4254. CMD_TUNES = switch left front and key right front and easy down1 # toggle alert tunes on/off
  4255. CMD_RESTARTSPEECH = switch left front and key right front and easy up2 # reinitialize speech driver
  4256. CMD_SWSIM_BQ = switch left front and key right front and easy down2 # 
  4257. CMD_SKPIDLNS = switch left front and key right front and easy left1 # toggle skipping of lines with identical content on/off
  4258. CMD_SKPBLNKWINS = switch left front and key right front and easy right1 # toggle skipping of blank windows on/off
  4259. CMD_SLIDEWIN = switch left front and key right front and easy right2 # toggle sliding window on/off
  4260. BLK_ROUTE = switch left front and routing1 # bring cursor to character
  4261. BLK_PRINDENT = switch left front and easy up1 and routing1 # go up to nearest line without greater indent
  4262. BLK_NXINDENT = switch left front and easy down1 and routing1 # go down to nearest line without greater indent
  4263. BLK_SETLEFT = switch left front and easy up2 and routing1 # position left end of window at character
  4264. BLK_DESCCHAR = switch left front and easy down2 and routing1 # describe character
  4265. BLK_CUTAPPEND = switch left front and easy left1 and routing1 # append to existing cut buffer from character
  4266. BLK_CUTLINE = switch left front and easy right1 and routing1 # linear cut to character
  4267. BLK_CUTBEGIN = switch left front and easy left2 and routing1 # start new cut buffer at character
  4268. BLK_CUTRECT = switch left front and easy right2 and routing1 # rectangular cut to character
  4269. BLK_DESCCHAR = switch left front and routing2 # describe character
  4270. CMD_BACK = switch left front and switch right rear and key left rear # go back (undo unexpected cursor tracking motion)
  4271. CMD_HOME = switch left front and switch right rear and key left front # go to cursor
  4272. CMD_HELP = switch left front and switch right rear and key right rear # enter/leave help display
  4273. CMD_LEARN = switch left front and switch right rear and key right front # enter/leave command learn mode
  4274. CMD_SIXDOTS = switch left front and switch right rear and key left rear and easy up1 # toggle text style 6-dot/8-dot
  4275. CMD_PASTE = switch left front and switch right rear and key left rear and easy down1 # insert cut buffer at cursor
  4276. CMD_CAPBLINK = switch left front and switch right rear and key left rear and easy up2 # toggle capital letter blinking on/off
  4277. CMD_CSRJMP_VERT = switch left front and switch right rear and key left rear and easy down2 # bring cursor to line (no horizontal motion)
  4278. CMD_DISPMD = switch left front and switch right rear and key left rear and easy left1 # toggle display mode attributes/text
  4279. CMD_CSRTRK = switch left front and switch right rear and key left rear and easy right1 # toggle cursor tracking on/off
  4280. CMD_ATTRVIS = switch left front and switch right rear and key left rear and easy left2 # toggle attribute underlining on/off
  4281. CMD_CSRVIS = switch left front and switch right rear and key left rear and easy right2 # toggle cursor visibility on/off
  4282. CMD_AUTOSPEAK = switch left front and switch right rear and key left front and easy up1 # toggle autospeak on/off
  4283. CMD_AUTOREPEAT = switch left front and switch right rear and key left front and easy down1 # toggle autorepeat on/off
  4284. CMD_RESTARTBRL = switch left front and switch right rear and key left front and easy up2 # reinitialize braille driver
  4285. CMD_FREEZE = switch left front and switch right rear and key left front and easy down2 # toggle screen mode frozen/live
  4286. CMD_INFO = switch left front and switch right rear and key left front and easy left1 # enter/leave status display
  4287. CMD_PREFMENU = switch left front and switch right rear and key left front and easy right1 # enter/leave preferences menu
  4288. CMD_PREFLOAD = switch left front and switch right rear and key left front and easy left2 # restore saved preferences
  4289. CMD_PREFSAVE = switch left front and switch right rear and key left front and easy right2 # save current preferences
  4290. CMD_SAY_ABOVE = switch left front and switch right rear and key right rear and easy up1 # speak from top of screen through current line
  4291. CMD_SAY_BELOW = switch left front and switch right rear and key right rear and easy down1 # speak from current line through bottom of screen
  4292. CMD_SAY_LOUDER = switch left front and switch right rear and key right rear and easy up2 # increase speech volume
  4293. CMD_SAY_SOFTER = switch left front and switch right rear and key right rear and easy down2 # decrease speech volume
  4294. CMD_MUTE = switch left front and switch right rear and key right rear and easy left1 # stop speaking immediately
  4295. CMD_SAY_LINE = switch left front and switch right rear and key right rear and easy right1 # speak current line
  4296. CMD_SAY_SLOWER = switch left front and switch right rear and key right rear and easy left2 # decrease speech rate
  4297. CMD_SAY_FASTER = switch left front and switch right rear and key right rear and easy right2 # increase speech rate
  4298. CMD_SPKHOME = switch left front and switch right rear and key right front and easy up1 # go to current (most recent) speech position
  4299. CMD_TUNES = switch left front and switch right rear and key right front and easy down1 # toggle alert tunes on/off
  4300. CMD_RESTARTSPEECH = switch left front and switch right rear and key right front and easy up2 # reinitialize speech driver
  4301. CMD_SWSIM_BQ = switch left front and switch right rear and key right front and easy down2 # 
  4302. CMD_SKPIDLNS = switch left front and switch right rear and key right front and easy left1 # toggle skipping of lines with identical content on/off
  4303. CMD_SKPBLNKWINS = switch left front and switch right rear and key right front and easy right1 # toggle skipping of blank windows on/off
  4304. CMD_SLIDEWIN = switch left front and switch right rear and key right front and easy right2 # toggle sliding window on/off
  4305. BLK_ROUTE = switch left front and switch right rear and routing1 # bring cursor to character
  4306. BLK_PRINDENT = switch left front and switch right rear and easy up1 and routing1 # go up to nearest line without greater indent
  4307. BLK_NXINDENT = switch left front and switch right rear and easy down1 and routing1 # go down to nearest line without greater indent
  4308. BLK_SETLEFT = switch left front and switch right rear and easy up2 and routing1 # position left end of window at character
  4309. BLK_DESCCHAR = switch left front and switch right rear and easy down2 and routing1 # describe character
  4310. BLK_CUTAPPEND = switch left front and switch right rear and easy left1 and routing1 # append to existing cut buffer from character
  4311. BLK_CUTLINE = switch left front and switch right rear and easy right1 and routing1 # linear cut to character
  4312. BLK_CUTBEGIN = switch left front and switch right rear and easy left2 and routing1 # start new cut buffer at character
  4313. BLK_CUTRECT = switch left front and switch right rear and easy right2 and routing1 # rectangular cut to character
  4314. BLK_DESCCHAR = switch left front and switch right rear and routing2 # describe character
  4315. CMD_BACK = switch left front and switch right front and key left rear # go back (undo unexpected cursor tracking motion)
  4316. CMD_HOME = switch left front and switch right front and key left front # go to cursor
  4317. CMD_HELP = switch left front and switch right front and key right rear # enter/leave help display
  4318. CMD_LEARN = switch left front and switch right front and key right front # enter/leave command learn mode
  4319. CMD_SIXDOTS = switch left front and switch right front and key left rear and easy up1 # toggle text style 6-dot/8-dot
  4320. CMD_PASTE = switch left front and switch right front and key left rear and easy down1 # insert cut buffer at cursor
  4321. CMD_CAPBLINK = switch left front and switch right front and key left rear and easy up2 # toggle capital letter blinking on/off
  4322. CMD_CSRJMP_VERT = switch left front and switch right front and key left rear and easy down2 # bring cursor to line (no horizontal motion)
  4323. CMD_DISPMD = switch left front and switch right front and key left rear and easy left1 # toggle display mode attributes/text
  4324. CMD_CSRTRK = switch left front and switch right front and key left rear and easy right1 # toggle cursor tracking on/off
  4325. CMD_ATTRVIS = switch left front and switch right front and key left rear and easy left2 # toggle attribute underlining on/off
  4326. CMD_CSRVIS = switch left front and switch right front and key left rear and easy right2 # toggle cursor visibility on/off
  4327. CMD_AUTOSPEAK = switch left front and switch right front and key left front and easy up1 # toggle autospeak on/off
  4328. CMD_AUTOREPEAT = switch left front and switch right front and key left front and easy down1 # toggle autorepeat on/off
  4329. CMD_RESTARTBRL = switch left front and switch right front and key left front and easy up2 # reinitialize braille driver
  4330. CMD_FREEZE = switch left front and switch right front and key left front and easy down2 # toggle screen mode frozen/live
  4331. CMD_INFO = switch left front and switch right front and key left front and easy left1 # enter/leave status display
  4332. CMD_PREFMENU = switch left front and switch right front and key left front and easy right1 # enter/leave preferences menu
  4333. CMD_PREFLOAD = switch left front and switch right front and key left front and easy left2 # restore saved preferences
  4334. CMD_PREFSAVE = switch left front and switch right front and key left front and easy right2 # save current preferences
  4335. CMD_SAY_ABOVE = switch left front and switch right front and key right rear and easy up1 # speak from top of screen through current line
  4336. CMD_SAY_BELOW = switch left front and switch right front and key right rear and easy down1 # speak from current line through bottom of screen
  4337. CMD_SAY_LOUDER = switch left front and switch right front and key right rear and easy up2 # increase speech volume
  4338. CMD_SAY_SOFTER = switch left front and switch right front and key right rear and easy down2 # decrease speech volume
  4339. CMD_MUTE = switch left front and switch right front and key right rear and easy left1 # stop speaking immediately
  4340. CMD_SAY_LINE = switch left front and switch right front and key right rear and easy right1 # speak current line
  4341. CMD_SAY_SLOWER = switch left front and switch right front and key right rear and easy left2 # decrease speech rate
  4342. CMD_SAY_FASTER = switch left front and switch right front and key right rear and easy right2 # increase speech rate
  4343. CMD_SPKHOME = switch left front and switch right front and key right front and easy up1 # go to current (most recent) speech position
  4344. CMD_TUNES = switch left front and switch right front and key right front and easy down1 # toggle alert tunes on/off
  4345. CMD_RESTARTSPEECH = switch left front and switch right front and key right front and easy up2 # reinitialize speech driver
  4346. CMD_SWSIM_BQ = switch left front and switch right front and key right front and easy down2 # 
  4347. CMD_SKPIDLNS = switch left front and switch right front and key right front and easy left1 # toggle skipping of lines with identical content on/off
  4348. CMD_SKPBLNKWINS = switch left front and switch right front and key right front and easy right1 # toggle skipping of blank windows on/off
  4349. CMD_SLIDEWIN = switch left front and switch right front and key right front and easy right2 # toggle sliding window on/off
  4350. BLK_ROUTE = switch left front and switch right front and routing1 # bring cursor to character
  4351. BLK_PRINDENT = switch left front and switch right front and easy up1 and routing1 # go up to nearest line without greater indent
  4352. BLK_NXINDENT = switch left front and switch right front and easy down1 and routing1 # go down to nearest line without greater indent
  4353. BLK_SETLEFT = switch left front and switch right front and easy up2 and routing1 # position left end of window at character
  4354. BLK_DESCCHAR = switch left front and switch right front and easy down2 and routing1 # describe character
  4355. BLK_CUTAPPEND = switch left front and switch right front and easy left1 and routing1 # append to existing cut buffer from character
  4356. BLK_CUTLINE = switch left front and switch right front and easy right1 and routing1 # linear cut to character
  4357. BLK_CUTBEGIN = switch left front and switch right front and easy left2 and routing1 # start new cut buffer at character
  4358. BLK_CUTRECT = switch left front and switch right front and easy right2 and routing1 # rectangular cut to character
  4359. BLK_DESCCHAR = switch left front and switch right front and routing2 # describe character
  4360. CMD_SWSIM_LC = key left front and key right front and easy up1 # 
  4361. CMD_SWSIM_RC = key left front and key right front and easy down1 # 
  4362. CMD_SWSIM_BQ = key left front and key right front and easy up2 # 
  4363. CMD_SWSIM_BC = key left front and key right front and easy down2 # 
  4364. CMD_SWSIM_LR = key left front and key right front and easy left1 # 
  4365. CMD_SWSIM_RR = key left front and key right front and easy right1 # 
  4366. CMD_SWSIM_LF = key left front and key right front and easy left2 # 
  4367. CMD_SWSIM_RF = key left front and key right front and easy right2 # 
  4368. CMD_SWSIM_LC = switch right rear and key left front and key right front and easy up1 # 
  4369. CMD_SWSIM_RC = switch right rear and key left front and key right front and easy down1 # 
  4370. CMD_SWSIM_BQ = switch right rear and key left front and key right front and easy up2 # 
  4371. CMD_SWSIM_BC = switch right rear and key left front and key right front and easy down2 # 
  4372. CMD_SWSIM_LR = switch right rear and key left front and key right front and easy left1 # 
  4373. CMD_SWSIM_RR = switch right rear and key left front and key right front and easy right1 # 
  4374. CMD_SWSIM_LF = switch right rear and key left front and key right front and easy left2 # 
  4375. CMD_SWSIM_RF = switch right rear and key left front and key right front and easy right2 # 
  4376. CMD_SWSIM_LC = switch right front and key left front and key right front and easy up1 # 
  4377. CMD_SWSIM_RC = switch right front and key left front and key right front and easy down1 # 
  4378. CMD_SWSIM_BQ = switch right front and key left front and key right front and easy up2 # 
  4379. CMD_SWSIM_BC = switch right front and key left front and key right front and easy down2 # 
  4380. CMD_SWSIM_LR = switch right front and key left front and key right front and easy left1 # 
  4381. CMD_SWSIM_RR = switch right front and key left front and key right front and easy right1 # 
  4382. CMD_SWSIM_LF = switch right front and key left front and key right front and easy left2 # 
  4383. CMD_SWSIM_RF = switch right front and key left front and key right front and easy right2 # 
  4384. CMD_SWSIM_LC = switch left rear and key left front and key right front and easy up1 # 
  4385. CMD_SWSIM_RC = switch left rear and key left front and key right front and easy down1 # 
  4386. CMD_SWSIM_BQ = switch left rear and key left front and key right front and easy up2 # 
  4387. CMD_SWSIM_BC = switch left rear and key left front and key right front and easy down2 # 
  4388. CMD_SWSIM_LR = switch left rear and key left front and key right front and easy left1 # 
  4389. CMD_SWSIM_RR = switch left rear and key left front and key right front and easy right1 # 
  4390. CMD_SWSIM_LF = switch left rear and key left front and key right front and easy left2 # 
  4391. CMD_SWSIM_RF = switch left rear and key left front and key right front and easy right2 # 
  4392. CMD_SWSIM_LC = switch left rear and switch right rear and key left front and key right front and easy up1 # 
  4393. CMD_SWSIM_RC = switch left rear and switch right rear and key left front and key right front and easy down1 # 
  4394. CMD_SWSIM_BQ = switch left rear and switch right rear and key left front and key right front and easy up2 # 
  4395. CMD_SWSIM_BC = switch left rear and switch right rear and key left front and key right front and easy down2 # 
  4396. CMD_SWSIM_LR = switch left rear and switch right rear and key left front and key right front and easy left1 # 
  4397. CMD_SWSIM_RR = switch left rear and switch right rear and key left front and key right front and easy right1 # 
  4398. CMD_SWSIM_LF = switch left rear and switch right rear and key left front and key right front and easy left2 # 
  4399. CMD_SWSIM_RF = switch left rear and switch right rear and key left front and key right front and easy right2 # 
  4400. CMD_SWSIM_LC = switch left rear and switch right front and key left front and key right front and easy up1 # 
  4401. CMD_SWSIM_RC = switch left rear and switch right front and key left front and key right front and easy down1 # 
  4402. CMD_SWSIM_BQ = switch left rear and switch right front and key left front and key right front and easy up2 # 
  4403. CMD_SWSIM_BC = switch left rear and switch right front and key left front and key right front and easy down2 # 
  4404. CMD_SWSIM_LR = switch left rear and switch right front and key left front and key right front and easy left1 # 
  4405. CMD_SWSIM_RR = switch left rear and switch right front and key left front and key right front and easy right1 # 
  4406. CMD_SWSIM_LF = switch left rear and switch right front and key left front and key right front and easy left2 # 
  4407. CMD_SWSIM_RF = switch left rear and switch right front and key left front and key right front and easy right2 # 
  4408. CMD_SWSIM_LC = switch left front and key left front and key right front and easy up1 # 
  4409. CMD_SWSIM_RC = switch left front and key left front and key right front and easy down1 # 
  4410. CMD_SWSIM_BQ = switch left front and key left front and key right front and easy up2 # 
  4411. CMD_SWSIM_BC = switch left front and key left front and key right front and easy down2 # 
  4412. CMD_SWSIM_LR = switch left front and key left front and key right front and easy left1 # 
  4413. CMD_SWSIM_RR = switch left front and key left front and key right front and easy right1 # 
  4414. CMD_SWSIM_LF = switch left front and key left front and key right front and easy left2 # 
  4415. CMD_SWSIM_RF = switch left front and key left front and key right front and easy right2 # 
  4416. CMD_SWSIM_LC = switch left front and switch right rear and key left front and key right front and easy up1 # 
  4417. CMD_SWSIM_RC = switch left front and switch right rear and key left front and key right front and easy down1 # 
  4418. CMD_SWSIM_BQ = switch left front and switch right rear and key left front and key right front and easy up2 # 
  4419. CMD_SWSIM_BC = switch left front and switch right rear and key left front and key right front and easy down2 # 
  4420. CMD_SWSIM_LR = switch left front and switch right rear and key left front and key right front and easy left1 # 
  4421. CMD_SWSIM_RR = switch left front and switch right rear and key left front and key right front and easy right1 # 
  4422. CMD_SWSIM_LF = switch left front and switch right rear and key left front and key right front and easy left2 # 
  4423. CMD_SWSIM_RF = switch left front and switch right rear and key left front and key right front and easy right2 # 
  4424. CMD_SWSIM_LC = switch left front and switch right front and key left front and key right front and easy up1 # 
  4425. CMD_SWSIM_RC = switch left front and switch right front and key left front and key right front and easy down1 # 
  4426. CMD_SWSIM_BQ = switch left front and switch right front and key left front and key right front and easy up2 # 
  4427. CMD_SWSIM_BC = switch left front and switch right front and key left front and key right front and easy down2 # 
  4428. CMD_SWSIM_LR = switch left front and switch right front and key left front and key right front and easy left1 # 
  4429. CMD_SWSIM_RR = switch left front and switch right front and key left front and key right front and easy right1 # 
  4430. CMD_SWSIM_LF = switch left front and switch right front and key left front and key right front and easy left2 # 
  4431. CMD_SWSIM_RF = switch left front and switch right front and key left front and key right front and easy right2 # 
  4432. # --------------------------------------------
  4433. # Terminal Parameters:
  4434. identification = 86
  4435. terminal = "BrailleX EL 80 II"
  4436. helpfile = "brltty-pm-el_80_ii.hlp"
  4437. displaysize = 80
  4438. statuscells = 2
  4439. haseasybar = 0 0 1 1
  4440. # Status Cells:
  4441. # flag: left half is cell number, right half is no/all dots for off/on
  4442. # horiz: horizontal two-digit number (for vertical status display)
  4443. # number: vertical two-digit number (for horizontal status display)
  4444. status 1 = number GSC_BRLROW # screen row where top of braille window is
  4445. status 2 = number GSC_CSRROW # screen row where cursor is
  4446. # Modifier Keys:
  4447. modifier = switch left rear
  4448. modifier = switch left front
  4449. modifier = switch right rear
  4450. modifier = switch right front
  4451. modifier = key left rear
  4452. modifier = key left front
  4453. modifier = key right rear
  4454. modifier = key right front
  4455. modifier = easy up1
  4456. modifier = easy down1
  4457. modifier = easy left1
  4458. modifier = easy right1
  4459. modifier = easy up2
  4460. modifier = easy down2
  4461. modifier = easy left2
  4462. modifier = easy right2
  4463. # Command Definitions:
  4464. CMD_LNUP = easy up1 # go up one line
  4465. CMD_LNDN = easy down1 # go down one line
  4466. CMD_TOP = easy up2 # go to top line
  4467. CMD_BOT = easy down2 # go to bottom line
  4468. CMD_FWINLT = easy left1 # go left one window
  4469. CMD_FWINRT = easy right1 # go right one window
  4470. CMD_LNBEG = easy left2 # go to beginning of line
  4471. CMD_LNEND = easy right2 # go to end of line
  4472. CMD_PRDIFLN = switch left rear and easy up1 # go up to nearest line with different content
  4473. CMD_NXDIFLN = switch left rear and easy down1 # go down to nearest line with different content
  4474. CMD_ATTRUP = switch left rear and easy up2 # go up to nearest line with different highlighting
  4475. CMD_ATTRDN = switch left rear and easy down2 # go down to nearest line with different highlighting
  4476. CMD_PRPROMPT = switch left rear and easy left1 # go up to previous command prompt
  4477. CMD_NXPROMPT = switch left rear and easy right1 # go down to next command prompt
  4478. CMD_PRPGRPH = switch left rear and easy left2 # go up to last line of previous paragraph
  4479. CMD_NXPGRPH = switch left rear and easy right2 # go down to first line of next paragraph
  4480. KEY_CURSOR_UP = switch right rear and easy up1 # send cursor-up key
  4481. KEY_CURSOR_DOWN = switch right rear and easy down1 # send cursor-down key
  4482. KEY_PAGE_UP = switch right rear and easy up2 # send page-up key
  4483. KEY_PAGE_DOWN = switch right rear and easy down2 # send page-down key
  4484. CMD_FWINLT route = switch right rear and easy left1 # go left one window and route cursor
  4485. CMD_FWINRT route = switch right rear and easy right1 # go right one window and route cursor
  4486. CMD_LNBEG route = switch right rear and easy left2 # go to beginning of line and route cursor
  4487. CMD_LNEND route = switch right rear and easy right2 # go to end of line and route cursor
  4488. KEY_CURSOR_UP = switch left rear and switch right rear and easy up1 # send cursor-up key
  4489. KEY_CURSOR_DOWN = switch left rear and switch right rear and easy down1 # send cursor-down key
  4490. KEY_PAGE_UP = switch left rear and switch right rear and easy up2 # send page-up key
  4491. KEY_PAGE_DOWN = switch left rear and switch right rear and easy down2 # send page-down key
  4492. KEY_CURSOR_LEFT = switch left rear and switch right rear and easy left1 # send cursor-left key
  4493. KEY_CURSOR_RIGHT = switch left rear and switch right rear and easy right1 # send cursor-right key
  4494. KEY_HOME = switch left rear and switch right rear and easy left2 # send home key
  4495. KEY_END = switch left rear and switch right rear and easy right2 # send end key
  4496. CMD_PRSEARCH = switch left front and easy up1 # search backward for content of cut buffer
  4497. CMD_NXSEARCH = switch left front and easy down1 # search forward for content of cut buffer
  4498. CMD_HELP = switch left front and easy up2 # enter/leave help display
  4499. CMD_LEARN = switch left front and easy down2 # enter/leave command learn mode
  4500. CMD_CHRLT = switch left front and easy left1 # go left one character
  4501. CMD_CHRRT = switch left front and easy right1 # go right one character
  4502. CMD_HWINLT = switch left front and easy left2 # go left half a window
  4503. CMD_HWINRT = switch left front and easy right2 # go right half a window
  4504. CMD_MENU_PREV_ITEM = switch right front and easy up1 # go to previous item in menu
  4505. CMD_MENU_NEXT_ITEM = switch right front and easy down1 # go to next item in menu
  4506. CMD_MENU_FIRST_ITEM = switch right front and easy up2 # go to first item in menu
  4507. CMD_MENU_LAST_ITEM = switch right front and easy down2 # go to last item in menu
  4508. CMD_MENU_PREV_SETTING = switch right front and easy left1 # change current item in menu to previous choice
  4509. CMD_MENU_NEXT_SETTING = switch right front and easy right1 # change current item in menu to next choice
  4510. CMD_PREFLOAD = switch right front and easy left2 # restore saved preferences
  4511. CMD_PREFSAVE = switch right front and easy right2 # save current preferences
  4512. CMD_BACK = key left rear # go back (undo unexpected cursor tracking motion)
  4513. CMD_HOME = key left front # go to cursor
  4514. CMD_HELP = key right rear # enter/leave help display
  4515. CMD_LEARN = key right front # enter/leave command learn mode
  4516. CMD_SIXDOTS = key left rear and easy up1 # toggle text style 6-dot/8-dot
  4517. CMD_PASTE = key left rear and easy down1 # insert cut buffer at cursor
  4518. CMD_CAPBLINK = key left rear and easy up2 # toggle capital letter blinking on/off
  4519. CMD_CSRJMP_VERT = key left rear and easy down2 # bring cursor to line (no horizontal motion)
  4520. CMD_DISPMD = key left rear and easy left1 # toggle display mode attributes/text
  4521. CMD_CSRTRK = key left rear and easy right1 # toggle cursor tracking on/off
  4522. CMD_ATTRVIS = key left rear and easy left2 # toggle attribute underlining on/off
  4523. CMD_CSRVIS = key left rear and easy right2 # toggle cursor visibility on/off
  4524. CMD_AUTOSPEAK = key left front and easy up1 # toggle autospeak on/off
  4525. CMD_AUTOREPEAT = key left front and easy down1 # toggle autorepeat on/off
  4526. CMD_RESTARTBRL = key left front and easy up2 # reinitialize braille driver
  4527. CMD_FREEZE = key left front and easy down2 # toggle screen mode frozen/live
  4528. CMD_INFO = key left front and easy left1 # enter/leave status display
  4529. CMD_PREFMENU = key left front and easy right1 # enter/leave preferences menu
  4530. CMD_PREFLOAD = key left front and easy left2 # restore saved preferences
  4531. CMD_PREFSAVE = key left front and easy right2 # save current preferences
  4532. CMD_SAY_ABOVE = key right rear and easy up1 # speak from top of screen through current line
  4533. CMD_SAY_BELOW = key right rear and easy down1 # speak from current line through bottom of screen
  4534. CMD_SAY_LOUDER = key right rear and easy up2 # increase speech volume
  4535. CMD_SAY_SOFTER = key right rear and easy down2 # decrease speech volume
  4536. CMD_MUTE = key right rear and easy left1 # stop speaking immediately
  4537. CMD_SAY_LINE = key right rear and easy right1 # speak current line
  4538. CMD_SAY_SLOWER = key right rear and easy left2 # decrease speech rate
  4539. CMD_SAY_FASTER = key right rear and easy right2 # increase speech rate
  4540. CMD_SPKHOME = key right front and easy up1 # go to current (most recent) speech position
  4541. CMD_TUNES = key right front and easy down1 # toggle alert tunes on/off
  4542. CMD_RESTARTSPEECH = key right front and easy up2 # reinitialize speech driver
  4543. CMD_SWSIM_BQ = key right front and easy down2 # 
  4544. CMD_SKPIDLNS = key right front and easy left1 # toggle skipping of lines with identical content on/off
  4545. CMD_SKPBLNKWINS = key right front and easy right1 # toggle skipping of blank windows on/off
  4546. CMD_SLIDEWIN = key right front and easy right2 # toggle sliding window on/off
  4547. BLK_ROUTE = routing1 # bring cursor to character
  4548. BLK_PRINDENT = easy up1 and routing1 # go up to nearest line without greater indent
  4549. BLK_NXINDENT = easy down1 and routing1 # go down to nearest line without greater indent
  4550. BLK_SETLEFT = easy up2 and routing1 # position left end of window at character
  4551. BLK_DESCCHAR = easy down2 and routing1 # describe character
  4552. BLK_CUTAPPEND = easy left1 and routing1 # append to existing cut buffer from character
  4553. BLK_CUTLINE = easy right1 and routing1 # linear cut to character
  4554. BLK_CUTBEGIN = easy left2 and routing1 # start new cut buffer at character
  4555. BLK_CUTRECT = easy right2 and routing1 # rectangular cut to character
  4556. BLK_DESCCHAR = routing2 # describe character
  4557. CMD_BACK = switch right rear and key left rear # go back (undo unexpected cursor tracking motion)
  4558. CMD_HOME = switch right rear and key left front # go to cursor
  4559. CMD_HELP = switch right rear and key right rear # enter/leave help display
  4560. CMD_LEARN = switch right rear and key right front # enter/leave command learn mode
  4561. CMD_SIXDOTS = switch right rear and key left rear and easy up1 # toggle text style 6-dot/8-dot
  4562. CMD_PASTE = switch right rear and key left rear and easy down1 # insert cut buffer at cursor
  4563. CMD_CAPBLINK = switch right rear and key left rear and easy up2 # toggle capital letter blinking on/off
  4564. CMD_CSRJMP_VERT = switch right rear and key left rear and easy down2 # bring cursor to line (no horizontal motion)
  4565. CMD_DISPMD = switch right rear and key left rear and easy left1 # toggle display mode attributes/text
  4566. CMD_CSRTRK = switch right rear and key left rear and easy right1 # toggle cursor tracking on/off
  4567. CMD_ATTRVIS = switch right rear and key left rear and easy left2 # toggle attribute underlining on/off
  4568. CMD_CSRVIS = switch right rear and key left rear and easy right2 # toggle cursor visibility on/off
  4569. CMD_AUTOSPEAK = switch right rear and key left front and easy up1 # toggle autospeak on/off
  4570. CMD_AUTOREPEAT = switch right rear and key left front and easy down1 # toggle autorepeat on/off
  4571. CMD_RESTARTBRL = switch right rear and key left front and easy up2 # reinitialize braille driver
  4572. CMD_FREEZE = switch right rear and key left front and easy down2 # toggle screen mode frozen/live
  4573. CMD_INFO = switch right rear and key left front and easy left1 # enter/leave status display
  4574. CMD_PREFMENU = switch right rear and key left front and easy right1 # enter/leave preferences menu
  4575. CMD_PREFLOAD = switch right rear and key left front and easy left2 # restore saved preferences
  4576. CMD_PREFSAVE = switch right rear and key left front and easy right2 # save current preferences
  4577. CMD_SAY_ABOVE = switch right rear and key right rear and easy up1 # speak from top of screen through current line
  4578. CMD_SAY_BELOW = switch right rear and key right rear and easy down1 # speak from current line through bottom of screen
  4579. CMD_SAY_LOUDER = switch right rear and key right rear and easy up2 # increase speech volume
  4580. CMD_SAY_SOFTER = switch right rear and key right rear and easy down2 # decrease speech volume
  4581. CMD_MUTE = switch right rear and key right rear and easy left1 # stop speaking immediately
  4582. CMD_SAY_LINE = switch right rear and key right rear and easy right1 # speak current line
  4583. CMD_SAY_SLOWER = switch right rear and key right rear and easy left2 # decrease speech rate
  4584. CMD_SAY_FASTER = switch right rear and key right rear and easy right2 # increase speech rate
  4585. CMD_SPKHOME = switch right rear and key right front and easy up1 # go to current (most recent) speech position
  4586. CMD_TUNES = switch right rear and key right front and easy down1 # toggle alert tunes on/off
  4587. CMD_RESTARTSPEECH = switch right rear and key right front and easy up2 # reinitialize speech driver
  4588. CMD_SWSIM_BQ = switch right rear and key right front and easy down2 # 
  4589. CMD_SKPIDLNS = switch right rear and key right front and easy left1 # toggle skipping of lines with identical content on/off
  4590. CMD_SKPBLNKWINS = switch right rear and key right front and easy right1 # toggle skipping of blank windows on/off
  4591. CMD_SLIDEWIN = switch right rear and key right front and easy right2 # toggle sliding window on/off
  4592. BLK_ROUTE = switch right rear and routing1 # bring cursor to character
  4593. BLK_PRINDENT = switch right rear and easy up1 and routing1 # go up to nearest line without greater indent
  4594. BLK_NXINDENT = switch right rear and easy down1 and routing1 # go down to nearest line without greater indent
  4595. BLK_SETLEFT = switch right rear and easy up2 and routing1 # position left end of window at character
  4596. BLK_DESCCHAR = switch right rear and easy down2 and routing1 # describe character
  4597. BLK_CUTAPPEND = switch right rear and easy left1 and routing1 # append to existing cut buffer from character
  4598. BLK_CUTLINE = switch right rear and easy right1 and routing1 # linear cut to character
  4599. BLK_CUTBEGIN = switch right rear and easy left2 and routing1 # start new cut buffer at character
  4600. BLK_CUTRECT = switch right rear and easy right2 and routing1 # rectangular cut to character
  4601. BLK_DESCCHAR = switch right rear and routing2 # describe character
  4602. CMD_BACK = switch right front and key left rear # go back (undo unexpected cursor tracking motion)
  4603. CMD_HOME = switch right front and key left front # go to cursor
  4604. CMD_HELP = switch right front and key right rear # enter/leave help display
  4605. CMD_LEARN = switch right front and key right front # enter/leave command learn mode
  4606. CMD_SIXDOTS = switch right front and key left rear and easy up1 # toggle text style 6-dot/8-dot
  4607. CMD_PASTE = switch right front and key left rear and easy down1 # insert cut buffer at cursor
  4608. CMD_CAPBLINK = switch right front and key left rear and easy up2 # toggle capital letter blinking on/off
  4609. CMD_CSRJMP_VERT = switch right front and key left rear and easy down2 # bring cursor to line (no horizontal motion)
  4610. CMD_DISPMD = switch right front and key left rear and easy left1 # toggle display mode attributes/text
  4611. CMD_CSRTRK = switch right front and key left rear and easy right1 # toggle cursor tracking on/off
  4612. CMD_ATTRVIS = switch right front and key left rear and easy left2 # toggle attribute underlining on/off
  4613. CMD_CSRVIS = switch right front and key left rear and easy right2 # toggle cursor visibility on/off
  4614. CMD_AUTOSPEAK = switch right front and key left front and easy up1 # toggle autospeak on/off
  4615. CMD_AUTOREPEAT = switch right front and key left front and easy down1 # toggle autorepeat on/off
  4616. CMD_RESTARTBRL = switch right front and key left front and easy up2 # reinitialize braille driver
  4617. CMD_FREEZE = switch right front and key left front and easy down2 # toggle screen mode frozen/live
  4618. CMD_INFO = switch right front and key left front and easy left1 # enter/leave status display
  4619. CMD_PREFMENU = switch right front and key left front and easy right1 # enter/leave preferences menu
  4620. CMD_PREFLOAD = switch right front and key left front and easy left2 # restore saved preferences
  4621. CMD_PREFSAVE = switch right front and key left front and easy right2 # save current preferences
  4622. CMD_SAY_ABOVE = switch right front and key right rear and easy up1 # speak from top of screen through current line
  4623. CMD_SAY_BELOW = switch right front and key right rear and easy down1 # speak from current line through bottom of screen
  4624. CMD_SAY_LOUDER = switch right front and key right rear and easy up2 # increase speech volume
  4625. CMD_SAY_SOFTER = switch right front and key right rear and easy down2 # decrease speech volume
  4626. CMD_MUTE = switch right front and key right rear and easy left1 # stop speaking immediately
  4627. CMD_SAY_LINE = switch right front and key right rear and easy right1 # speak current line
  4628. CMD_SAY_SLOWER = switch right front and key right rear and easy left2 # decrease speech rate
  4629. CMD_SAY_FASTER = switch right front and key right rear and easy right2 # increase speech rate
  4630. CMD_SPKHOME = switch right front and key right front and easy up1 # go to current (most recent) speech position
  4631. CMD_TUNES = switch right front and key right front and easy down1 # toggle alert tunes on/off
  4632. CMD_RESTARTSPEECH = switch right front and key right front and easy up2 # reinitialize speech driver
  4633. CMD_SWSIM_BQ = switch right front and key right front and easy down2 # 
  4634. CMD_SKPIDLNS = switch right front and key right front and easy left1 # toggle skipping of lines with identical content on/off
  4635. CMD_SKPBLNKWINS = switch right front and key right front and easy right1 # toggle skipping of blank windows on/off
  4636. CMD_SLIDEWIN = switch right front and key right front and easy right2 # toggle sliding window on/off
  4637. BLK_ROUTE = switch right front and routing1 # bring cursor to character
  4638. BLK_PRINDENT = switch right front and easy up1 and routing1 # go up to nearest line without greater indent
  4639. BLK_NXINDENT = switch right front and easy down1 and routing1 # go down to nearest line without greater indent
  4640. BLK_SETLEFT = switch right front and easy up2 and routing1 # position left end of window at character
  4641. BLK_DESCCHAR = switch right front and easy down2 and routing1 # describe character
  4642. BLK_CUTAPPEND = switch right front and easy left1 and routing1 # append to existing cut buffer from character
  4643. BLK_CUTLINE = switch right front and easy right1 and routing1 # linear cut to character
  4644. BLK_CUTBEGIN = switch right front and easy left2 and routing1 # start new cut buffer at character
  4645. BLK_CUTRECT = switch right front and easy right2 and routing1 # rectangular cut to character
  4646. BLK_DESCCHAR = switch right front and routing2 # describe character
  4647. CMD_BACK = switch left rear and key left rear # go back (undo unexpected cursor tracking motion)
  4648. CMD_HOME = switch left rear and key left front # go to cursor
  4649. CMD_HELP = switch left rear and key right rear # enter/leave help display
  4650. CMD_LEARN = switch left rear and key right front # enter/leave command learn mode
  4651. CMD_SIXDOTS = switch left rear and key left rear and easy up1 # toggle text style 6-dot/8-dot
  4652. CMD_PASTE = switch left rear and key left rear and easy down1 # insert cut buffer at cursor
  4653. CMD_CAPBLINK = switch left rear and key left rear and easy up2 # toggle capital letter blinking on/off
  4654. CMD_CSRJMP_VERT = switch left rear and key left rear and easy down2 # bring cursor to line (no horizontal motion)
  4655. CMD_DISPMD = switch left rear and key left rear and easy left1 # toggle display mode attributes/text
  4656. CMD_CSRTRK = switch left rear and key left rear and easy right1 # toggle cursor tracking on/off
  4657. CMD_ATTRVIS = switch left rear and key left rear and easy left2 # toggle attribute underlining on/off
  4658. CMD_CSRVIS = switch left rear and key left rear and easy right2 # toggle cursor visibility on/off
  4659. CMD_AUTOSPEAK = switch left rear and key left front and easy up1 # toggle autospeak on/off
  4660. CMD_AUTOREPEAT = switch left rear and key left front and easy down1 # toggle autorepeat on/off
  4661. CMD_RESTARTBRL = switch left rear and key left front and easy up2 # reinitialize braille driver
  4662. CMD_FREEZE = switch left rear and key left front and easy down2 # toggle screen mode frozen/live
  4663. CMD_INFO = switch left rear and key left front and easy left1 # enter/leave status display
  4664. CMD_PREFMENU = switch left rear and key left front and easy right1 # enter/leave preferences menu
  4665. CMD_PREFLOAD = switch left rear and key left front and easy left2 # restore saved preferences
  4666. CMD_PREFSAVE = switch left rear and key left front and easy right2 # save current preferences
  4667. CMD_SAY_ABOVE = switch left rear and key right rear and easy up1 # speak from top of screen through current line
  4668. CMD_SAY_BELOW = switch left rear and key right rear and easy down1 # speak from current line through bottom of screen
  4669. CMD_SAY_LOUDER = switch left rear and key right rear and easy up2 # increase speech volume
  4670. CMD_SAY_SOFTER = switch left rear and key right rear and easy down2 # decrease speech volume
  4671. CMD_MUTE = switch left rear and key right rear and easy left1 # stop speaking immediately
  4672. CMD_SAY_LINE = switch left rear and key right rear and easy right1 # speak current line
  4673. CMD_SAY_SLOWER = switch left rear and key right rear and easy left2 # decrease speech rate
  4674. CMD_SAY_FASTER = switch left rear and key right rear and easy right2 # increase speech rate
  4675. CMD_SPKHOME = switch left rear and key right front and easy up1 # go to current (most recent) speech position
  4676. CMD_TUNES = switch left rear and key right front and easy down1 # toggle alert tunes on/off
  4677. CMD_RESTARTSPEECH = switch left rear and key right front and easy up2 # reinitialize speech driver
  4678. CMD_SWSIM_BQ = switch left rear and key right front and easy down2 # 
  4679. CMD_SKPIDLNS = switch left rear and key right front and easy left1 # toggle skipping of lines with identical content on/off
  4680. CMD_SKPBLNKWINS = switch left rear and key right front and easy right1 # toggle skipping of blank windows on/off
  4681. CMD_SLIDEWIN = switch left rear and key right front and easy right2 # toggle sliding window on/off
  4682. BLK_ROUTE = switch left rear and routing1 # bring cursor to character
  4683. BLK_PRINDENT = switch left rear and easy up1 and routing1 # go up to nearest line without greater indent
  4684. BLK_NXINDENT = switch left rear and easy down1 and routing1 # go down to nearest line without greater indent
  4685. BLK_SETLEFT = switch left rear and easy up2 and routing1 # position left end of window at character
  4686. BLK_DESCCHAR = switch left rear and easy down2 and routing1 # describe character
  4687. BLK_CUTAPPEND = switch left rear and easy left1 and routing1 # append to existing cut buffer from character
  4688. BLK_CUTLINE = switch left rear and easy right1 and routing1 # linear cut to character
  4689. BLK_CUTBEGIN = switch left rear and easy left2 and routing1 # start new cut buffer at character
  4690. BLK_CUTRECT = switch left rear and easy right2 and routing1 # rectangular cut to character
  4691. BLK_DESCCHAR = switch left rear and routing2 # describe character
  4692. CMD_BACK = switch left rear and switch right rear and key left rear # go back (undo unexpected cursor tracking motion)
  4693. CMD_HOME = switch left rear and switch right rear and key left front # go to cursor
  4694. CMD_HELP = switch left rear and switch right rear and key right rear # enter/leave help display
  4695. CMD_LEARN = switch left rear and switch right rear and key right front # enter/leave command learn mode
  4696. CMD_SIXDOTS = switch left rear and switch right rear and key left rear and easy up1 # toggle text style 6-dot/8-dot
  4697. CMD_PASTE = switch left rear and switch right rear and key left rear and easy down1 # insert cut buffer at cursor
  4698. CMD_CAPBLINK = switch left rear and switch right rear and key left rear and easy up2 # toggle capital letter blinking on/off
  4699. CMD_CSRJMP_VERT = switch left rear and switch right rear and key left rear and easy down2 # bring cursor to line (no horizontal motion)
  4700. CMD_DISPMD = switch left rear and switch right rear and key left rear and easy left1 # toggle display mode attributes/text
  4701. CMD_CSRTRK = switch left rear and switch right rear and key left rear and easy right1 # toggle cursor tracking on/off
  4702. CMD_ATTRVIS = switch left rear and switch right rear and key left rear and easy left2 # toggle attribute underlining on/off
  4703. CMD_CSRVIS = switch left rear and switch right rear and key left rear and easy right2 # toggle cursor visibility on/off
  4704. CMD_AUTOSPEAK = switch left rear and switch right rear and key left front and easy up1 # toggle autospeak on/off
  4705. CMD_AUTOREPEAT = switch left rear and switch right rear and key left front and easy down1 # toggle autorepeat on/off
  4706. CMD_RESTARTBRL = switch left rear and switch right rear and key left front and easy up2 # reinitialize braille driver
  4707. CMD_FREEZE = switch left rear and switch right rear and key left front and easy down2 # toggle screen mode frozen/live
  4708. CMD_INFO = switch left rear and switch right rear and key left front and easy left1 # enter/leave status display
  4709. CMD_PREFMENU = switch left rear and switch right rear and key left front and easy right1 # enter/leave preferences menu
  4710. CMD_PREFLOAD = switch left rear and switch right rear and key left front and easy left2 # restore saved preferences
  4711. CMD_PREFSAVE = switch left rear and switch right rear and key left front and easy right2 # save current preferences
  4712. CMD_SAY_ABOVE = switch left rear and switch right rear and key right rear and easy up1 # speak from top of screen through current line
  4713. CMD_SAY_BELOW = switch left rear and switch right rear and key right rear and easy down1 # speak from current line through bottom of screen
  4714. CMD_SAY_LOUDER = switch left rear and switch right rear and key right rear and easy up2 # increase speech volume
  4715. CMD_SAY_SOFTER = switch left rear and switch right rear and key right rear and easy down2 # decrease speech volume
  4716. CMD_MUTE = switch left rear and switch right rear and key right rear and easy left1 # stop speaking immediately
  4717. CMD_SAY_LINE = switch left rear and switch right rear and key right rear and easy right1 # speak current line
  4718. CMD_SAY_SLOWER = switch left rear and switch right rear and key right rear and easy left2 # decrease speech rate
  4719. CMD_SAY_FASTER = switch left rear and switch right rear and key right rear and easy right2 # increase speech rate
  4720. CMD_SPKHOME = switch left rear and switch right rear and key right front and easy up1 # go to current (most recent) speech position
  4721. CMD_TUNES = switch left rear and switch right rear and key right front and easy down1 # toggle alert tunes on/off
  4722. CMD_RESTARTSPEECH = switch left rear and switch right rear and key right front and easy up2 # reinitialize speech driver
  4723. CMD_SWSIM_BQ = switch left rear and switch right rear and key right front and easy down2 # 
  4724. CMD_SKPIDLNS = switch left rear and switch right rear and key right front and easy left1 # toggle skipping of lines with identical content on/off
  4725. CMD_SKPBLNKWINS = switch left rear and switch right rear and key right front and easy right1 # toggle skipping of blank windows on/off
  4726. CMD_SLIDEWIN = switch left rear and switch right rear and key right front and easy right2 # toggle sliding window on/off
  4727. BLK_ROUTE = switch left rear and switch right rear and routing1 # bring cursor to character
  4728. BLK_PRINDENT = switch left rear and switch right rear and easy up1 and routing1 # go up to nearest line without greater indent
  4729. BLK_NXINDENT = switch left rear and switch right rear and easy down1 and routing1 # go down to nearest line without greater indent
  4730. BLK_SETLEFT = switch left rear and switch right rear and easy up2 and routing1 # position left end of window at character
  4731. BLK_DESCCHAR = switch left rear and switch right rear and easy down2 and routing1 # describe character
  4732. BLK_CUTAPPEND = switch left rear and switch right rear and easy left1 and routing1 # append to existing cut buffer from character
  4733. BLK_CUTLINE = switch left rear and switch right rear and easy right1 and routing1 # linear cut to character
  4734. BLK_CUTBEGIN = switch left rear and switch right rear and easy left2 and routing1 # start new cut buffer at character
  4735. BLK_CUTRECT = switch left rear and switch right rear and easy right2 and routing1 # rectangular cut to character
  4736. BLK_DESCCHAR = switch left rear and switch right rear and routing2 # describe character
  4737. CMD_BACK = switch left rear and switch right front and key left rear # go back (undo unexpected cursor tracking motion)
  4738. CMD_HOME = switch left rear and switch right front and key left front # go to cursor
  4739. CMD_HELP = switch left rear and switch right front and key right rear # enter/leave help display
  4740. CMD_LEARN = switch left rear and switch right front and key right front # enter/leave command learn mode
  4741. CMD_SIXDOTS = switch left rear and switch right front and key left rear and easy up1 # toggle text style 6-dot/8-dot
  4742. CMD_PASTE = switch left rear and switch right front and key left rear and easy down1 # insert cut buffer at cursor
  4743. CMD_CAPBLINK = switch left rear and switch right front and key left rear and easy up2 # toggle capital letter blinking on/off
  4744. CMD_CSRJMP_VERT = switch left rear and switch right front and key left rear and easy down2 # bring cursor to line (no horizontal motion)
  4745. CMD_DISPMD = switch left rear and switch right front and key left rear and easy left1 # toggle display mode attributes/text
  4746. CMD_CSRTRK = switch left rear and switch right front and key left rear and easy right1 # toggle cursor tracking on/off
  4747. CMD_ATTRVIS = switch left rear and switch right front and key left rear and easy left2 # toggle attribute underlining on/off
  4748. CMD_CSRVIS = switch left rear and switch right front and key left rear and easy right2 # toggle cursor visibility on/off
  4749. CMD_AUTOSPEAK = switch left rear and switch right front and key left front and easy up1 # toggle autospeak on/off
  4750. CMD_AUTOREPEAT = switch left rear and switch right front and key left front and easy down1 # toggle autorepeat on/off
  4751. CMD_RESTARTBRL = switch left rear and switch right front and key left front and easy up2 # reinitialize braille driver
  4752. CMD_FREEZE = switch left rear and switch right front and key left front and easy down2 # toggle screen mode frozen/live
  4753. CMD_INFO = switch left rear and switch right front and key left front and easy left1 # enter/leave status display
  4754. CMD_PREFMENU = switch left rear and switch right front and key left front and easy right1 # enter/leave preferences menu
  4755. CMD_PREFLOAD = switch left rear and switch right front and key left front and easy left2 # restore saved preferences
  4756. CMD_PREFSAVE = switch left rear and switch right front and key left front and easy right2 # save current preferences
  4757. CMD_SAY_ABOVE = switch left rear and switch right front and key right rear and easy up1 # speak from top of screen through current line
  4758. CMD_SAY_BELOW = switch left rear and switch right front and key right rear and easy down1 # speak from current line through bottom of screen
  4759. CMD_SAY_LOUDER = switch left rear and switch right front and key right rear and easy up2 # increase speech volume
  4760. CMD_SAY_SOFTER = switch left rear and switch right front and key right rear and easy down2 # decrease speech volume
  4761. CMD_MUTE = switch left rear and switch right front and key right rear and easy left1 # stop speaking immediately
  4762. CMD_SAY_LINE = switch left rear and switch right front and key right rear and easy right1 # speak current line
  4763. CMD_SAY_SLOWER = switch left rear and switch right front and key right rear and easy left2 # decrease speech rate
  4764. CMD_SAY_FASTER = switch left rear and switch right front and key right rear and easy right2 # increase speech rate
  4765. CMD_SPKHOME = switch left rear and switch right front and key right front and easy up1 # go to current (most recent) speech position
  4766. CMD_TUNES = switch left rear and switch right front and key right front and easy down1 # toggle alert tunes on/off
  4767. CMD_RESTARTSPEECH = switch left rear and switch right front and key right front and easy up2 # reinitialize speech driver
  4768. CMD_SWSIM_BQ = switch left rear and switch right front and key right front and easy down2 # 
  4769. CMD_SKPIDLNS = switch left rear and switch right front and key right front and easy left1 # toggle skipping of lines with identical content on/off
  4770. CMD_SKPBLNKWINS = switch left rear and switch right front and key right front and easy right1 # toggle skipping of blank windows on/off
  4771. CMD_SLIDEWIN = switch left rear and switch right front and key right front and easy right2 # toggle sliding window on/off
  4772. BLK_ROUTE = switch left rear and switch right front and routing1 # bring cursor to character
  4773. BLK_PRINDENT = switch left rear and switch right front and easy up1 and routing1 # go up to nearest line without greater indent
  4774. BLK_NXINDENT = switch left rear and switch right front and easy down1 and routing1 # go down to nearest line without greater indent
  4775. BLK_SETLEFT = switch left rear and switch right front and easy up2 and routing1 # position left end of window at character
  4776. BLK_DESCCHAR = switch left rear and switch right front and easy down2 and routing1 # describe character
  4777. BLK_CUTAPPEND = switch left rear and switch right front and easy left1 and routing1 # append to existing cut buffer from character
  4778. BLK_CUTLINE = switch left rear and switch right front and easy right1 and routing1 # linear cut to character
  4779. BLK_CUTBEGIN = switch left rear and switch right front and easy left2 and routing1 # start new cut buffer at character
  4780. BLK_CUTRECT = switch left rear and switch right front and easy right2 and routing1 # rectangular cut to character
  4781. BLK_DESCCHAR = switch left rear and switch right front and routing2 # describe character
  4782. CMD_BACK = switch left front and key left rear # go back (undo unexpected cursor tracking motion)
  4783. CMD_HOME = switch left front and key left front # go to cursor
  4784. CMD_HELP = switch left front and key right rear # enter/leave help display
  4785. CMD_LEARN = switch left front and key right front # enter/leave command learn mode
  4786. CMD_SIXDOTS = switch left front and key left rear and easy up1 # toggle text style 6-dot/8-dot
  4787. CMD_PASTE = switch left front and key left rear and easy down1 # insert cut buffer at cursor
  4788. CMD_CAPBLINK = switch left front and key left rear and easy up2 # toggle capital letter blinking on/off
  4789. CMD_CSRJMP_VERT = switch left front and key left rear and easy down2 # bring cursor to line (no horizontal motion)
  4790. CMD_DISPMD = switch left front and key left rear and easy left1 # toggle display mode attributes/text
  4791. CMD_CSRTRK = switch left front and key left rear and easy right1 # toggle cursor tracking on/off
  4792. CMD_ATTRVIS = switch left front and key left rear and easy left2 # toggle attribute underlining on/off
  4793. CMD_CSRVIS = switch left front and key left rear and easy right2 # toggle cursor visibility on/off
  4794. CMD_AUTOSPEAK = switch left front and key left front and easy up1 # toggle autospeak on/off
  4795. CMD_AUTOREPEAT = switch left front and key left front and easy down1 # toggle autorepeat on/off
  4796. CMD_RESTARTBRL = switch left front and key left front and easy up2 # reinitialize braille driver
  4797. CMD_FREEZE = switch left front and key left front and easy down2 # toggle screen mode frozen/live
  4798. CMD_INFO = switch left front and key left front and easy left1 # enter/leave status display
  4799. CMD_PREFMENU = switch left front and key left front and easy right1 # enter/leave preferences menu
  4800. CMD_PREFLOAD = switch left front and key left front and easy left2 # restore saved preferences
  4801. CMD_PREFSAVE = switch left front and key left front and easy right2 # save current preferences
  4802. CMD_SAY_ABOVE = switch left front and key right rear and easy up1 # speak from top of screen through current line
  4803. CMD_SAY_BELOW = switch left front and key right rear and easy down1 # speak from current line through bottom of screen
  4804. CMD_SAY_LOUDER = switch left front and key right rear and easy up2 # increase speech volume
  4805. CMD_SAY_SOFTER = switch left front and key right rear and easy down2 # decrease speech volume
  4806. CMD_MUTE = switch left front and key right rear and easy left1 # stop speaking immediately
  4807. CMD_SAY_LINE = switch left front and key right rear and easy right1 # speak current line
  4808. CMD_SAY_SLOWER = switch left front and key right rear and easy left2 # decrease speech rate
  4809. CMD_SAY_FASTER = switch left front and key right rear and easy right2 # increase speech rate
  4810. CMD_SPKHOME = switch left front and key right front and easy up1 # go to current (most recent) speech position
  4811. CMD_TUNES = switch left front and key right front and easy down1 # toggle alert tunes on/off
  4812. CMD_RESTARTSPEECH = switch left front and key right front and easy up2 # reinitialize speech driver
  4813. CMD_SWSIM_BQ = switch left front and key right front and easy down2 # 
  4814. CMD_SKPIDLNS = switch left front and key right front and easy left1 # toggle skipping of lines with identical content on/off
  4815. CMD_SKPBLNKWINS = switch left front and key right front and easy right1 # toggle skipping of blank windows on/off
  4816. CMD_SLIDEWIN = switch left front and key right front and easy right2 # toggle sliding window on/off
  4817. BLK_ROUTE = switch left front and routing1 # bring cursor to character
  4818. BLK_PRINDENT = switch left front and easy up1 and routing1 # go up to nearest line without greater indent
  4819. BLK_NXINDENT = switch left front and easy down1 and routing1 # go down to nearest line without greater indent
  4820. BLK_SETLEFT = switch left front and easy up2 and routing1 # position left end of window at character
  4821. BLK_DESCCHAR = switch left front and easy down2 and routing1 # describe character
  4822. BLK_CUTAPPEND = switch left front and easy left1 and routing1 # append to existing cut buffer from character
  4823. BLK_CUTLINE = switch left front and easy right1 and routing1 # linear cut to character
  4824. BLK_CUTBEGIN = switch left front and easy left2 and routing1 # start new cut buffer at character
  4825. BLK_CUTRECT = switch left front and easy right2 and routing1 # rectangular cut to character
  4826. BLK_DESCCHAR = switch left front and routing2 # describe character
  4827. CMD_BACK = switch left front and switch right rear and key left rear # go back (undo unexpected cursor tracking motion)
  4828. CMD_HOME = switch left front and switch right rear and key left front # go to cursor
  4829. CMD_HELP = switch left front and switch right rear and key right rear # enter/leave help display
  4830. CMD_LEARN = switch left front and switch right rear and key right front # enter/leave command learn mode
  4831. CMD_SIXDOTS = switch left front and switch right rear and key left rear and easy up1 # toggle text style 6-dot/8-dot
  4832. CMD_PASTE = switch left front and switch right rear and key left rear and easy down1 # insert cut buffer at cursor
  4833. CMD_CAPBLINK = switch left front and switch right rear and key left rear and easy up2 # toggle capital letter blinking on/off
  4834. CMD_CSRJMP_VERT = switch left front and switch right rear and key left rear and easy down2 # bring cursor to line (no horizontal motion)
  4835. CMD_DISPMD = switch left front and switch right rear and key left rear and easy left1 # toggle display mode attributes/text
  4836. CMD_CSRTRK = switch left front and switch right rear and key left rear and easy right1 # toggle cursor tracking on/off
  4837. CMD_ATTRVIS = switch left front and switch right rear and key left rear and easy left2 # toggle attribute underlining on/off
  4838. CMD_CSRVIS = switch left front and switch right rear and key left rear and easy right2 # toggle cursor visibility on/off
  4839. CMD_AUTOSPEAK = switch left front and switch right rear and key left front and easy up1 # toggle autospeak on/off
  4840. CMD_AUTOREPEAT = switch left front and switch right rear and key left front and easy down1 # toggle autorepeat on/off
  4841. CMD_RESTARTBRL = switch left front and switch right rear and key left front and easy up2 # reinitialize braille driver
  4842. CMD_FREEZE = switch left front and switch right rear and key left front and easy down2 # toggle screen mode frozen/live
  4843. CMD_INFO = switch left front and switch right rear and key left front and easy left1 # enter/leave status display
  4844. CMD_PREFMENU = switch left front and switch right rear and key left front and easy right1 # enter/leave preferences menu
  4845. CMD_PREFLOAD = switch left front and switch right rear and key left front and easy left2 # restore saved preferences
  4846. CMD_PREFSAVE = switch left front and switch right rear and key left front and easy right2 # save current preferences
  4847. CMD_SAY_ABOVE = switch left front and switch right rear and key right rear and easy up1 # speak from top of screen through current line
  4848. CMD_SAY_BELOW = switch left front and switch right rear and key right rear and easy down1 # speak from current line through bottom of screen
  4849. CMD_SAY_LOUDER = switch left front and switch right rear and key right rear and easy up2 # increase speech volume
  4850. CMD_SAY_SOFTER = switch left front and switch right rear and key right rear and easy down2 # decrease speech volume
  4851. CMD_MUTE = switch left front and switch right rear and key right rear and easy left1 # stop speaking immediately
  4852. CMD_SAY_LINE = switch left front and switch right rear and key right rear and easy right1 # speak current line
  4853. CMD_SAY_SLOWER = switch left front and switch right rear and key right rear and easy left2 # decrease speech rate
  4854. CMD_SAY_FASTER = switch left front and switch right rear and key right rear and easy right2 # increase speech rate
  4855. CMD_SPKHOME = switch left front and switch right rear and key right front and easy up1 # go to current (most recent) speech position
  4856. CMD_TUNES = switch left front and switch right rear and key right front and easy down1 # toggle alert tunes on/off
  4857. CMD_RESTARTSPEECH = switch left front and switch right rear and key right front and easy up2 # reinitialize speech driver
  4858. CMD_SWSIM_BQ = switch left front and switch right rear and key right front and easy down2 # 
  4859. CMD_SKPIDLNS = switch left front and switch right rear and key right front and easy left1 # toggle skipping of lines with identical content on/off
  4860. CMD_SKPBLNKWINS = switch left front and switch right rear and key right front and easy right1 # toggle skipping of blank windows on/off
  4861. CMD_SLIDEWIN = switch left front and switch right rear and key right front and easy right2 # toggle sliding window on/off
  4862. BLK_ROUTE = switch left front and switch right rear and routing1 # bring cursor to character
  4863. BLK_PRINDENT = switch left front and switch right rear and easy up1 and routing1 # go up to nearest line without greater indent
  4864. BLK_NXINDENT = switch left front and switch right rear and easy down1 and routing1 # go down to nearest line without greater indent
  4865. BLK_SETLEFT = switch left front and switch right rear and easy up2 and routing1 # position left end of window at character
  4866. BLK_DESCCHAR = switch left front and switch right rear and easy down2 and routing1 # describe character
  4867. BLK_CUTAPPEND = switch left front and switch right rear and easy left1 and routing1 # append to existing cut buffer from character
  4868. BLK_CUTLINE = switch left front and switch right rear and easy right1 and routing1 # linear cut to character
  4869. BLK_CUTBEGIN = switch left front and switch right rear and easy left2 and routing1 # start new cut buffer at character
  4870. BLK_CUTRECT = switch left front and switch right rear and easy right2 and routing1 # rectangular cut to character
  4871. BLK_DESCCHAR = switch left front and switch right rear and routing2 # describe character
  4872. CMD_BACK = switch left front and switch right front and key left rear # go back (undo unexpected cursor tracking motion)
  4873. CMD_HOME = switch left front and switch right front and key left front # go to cursor
  4874. CMD_HELP = switch left front and switch right front and key right rear # enter/leave help display
  4875. CMD_LEARN = switch left front and switch right front and key right front # enter/leave command learn mode
  4876. CMD_SIXDOTS = switch left front and switch right front and key left rear and easy up1 # toggle text style 6-dot/8-dot
  4877. CMD_PASTE = switch left front and switch right front and key left rear and easy down1 # insert cut buffer at cursor
  4878. CMD_CAPBLINK = switch left front and switch right front and key left rear and easy up2 # toggle capital letter blinking on/off
  4879. CMD_CSRJMP_VERT = switch left front and switch right front and key left rear and easy down2 # bring cursor to line (no horizontal motion)
  4880. CMD_DISPMD = switch left front and switch right front and key left rear and easy left1 # toggle display mode attributes/text
  4881. CMD_CSRTRK = switch left front and switch right front and key left rear and easy right1 # toggle cursor tracking on/off
  4882. CMD_ATTRVIS = switch left front and switch right front and key left rear and easy left2 # toggle attribute underlining on/off
  4883. CMD_CSRVIS = switch left front and switch right front and key left rear and easy right2 # toggle cursor visibility on/off
  4884. CMD_AUTOSPEAK = switch left front and switch right front and key left front and easy up1 # toggle autospeak on/off
  4885. CMD_AUTOREPEAT = switch left front and switch right front and key left front and easy down1 # toggle autorepeat on/off
  4886. CMD_RESTARTBRL = switch left front and switch right front and key left front and easy up2 # reinitialize braille driver
  4887. CMD_FREEZE = switch left front and switch right front and key left front and easy down2 # toggle screen mode frozen/live
  4888. CMD_INFO = switch left front and switch right front and key left front and easy left1 # enter/leave status display
  4889. CMD_PREFMENU = switch left front and switch right front and key left front and easy right1 # enter/leave preferences menu
  4890. CMD_PREFLOAD = switch left front and switch right front and key left front and easy left2 # restore saved preferences
  4891. CMD_PREFSAVE = switch left front and switch right front and key left front and easy right2 # save current preferences
  4892. CMD_SAY_ABOVE = switch left front and switch right front and key right rear and easy up1 # speak from top of screen through current line
  4893. CMD_SAY_BELOW = switch left front and switch right front and key right rear and easy down1 # speak from current line through bottom of screen
  4894. CMD_SAY_LOUDER = switch left front and switch right front and key right rear and easy up2 # increase speech volume
  4895. CMD_SAY_SOFTER = switch left front and switch right front and key right rear and easy down2 # decrease speech volume
  4896. CMD_MUTE = switch left front and switch right front and key right rear and easy left1 # stop speaking immediately
  4897. CMD_SAY_LINE = switch left front and switch right front and key right rear and easy right1 # speak current line
  4898. CMD_SAY_SLOWER = switch left front and switch right front and key right rear and easy left2 # decrease speech rate
  4899. CMD_SAY_FASTER = switch left front and switch right front and key right rear and easy right2 # increase speech rate
  4900. CMD_SPKHOME = switch left front and switch right front and key right front and easy up1 # go to current (most recent) speech position
  4901. CMD_TUNES = switch left front and switch right front and key right front and easy down1 # toggle alert tunes on/off
  4902. CMD_RESTARTSPEECH = switch left front and switch right front and key right front and easy up2 # reinitialize speech driver
  4903. CMD_SWSIM_BQ = switch left front and switch right front and key right front and easy down2 # 
  4904. CMD_SKPIDLNS = switch left front and switch right front and key right front and easy left1 # toggle skipping of lines with identical content on/off
  4905. CMD_SKPBLNKWINS = switch left front and switch right front and key right front and easy right1 # toggle skipping of blank windows on/off
  4906. CMD_SLIDEWIN = switch left front and switch right front and key right front and easy right2 # toggle sliding window on/off
  4907. BLK_ROUTE = switch left front and switch right front and routing1 # bring cursor to character
  4908. BLK_PRINDENT = switch left front and switch right front and easy up1 and routing1 # go up to nearest line without greater indent
  4909. BLK_NXINDENT = switch left front and switch right front and easy down1 and routing1 # go down to nearest line without greater indent
  4910. BLK_SETLEFT = switch left front and switch right front and easy up2 and routing1 # position left end of window at character
  4911. BLK_DESCCHAR = switch left front and switch right front and easy down2 and routing1 # describe character
  4912. BLK_CUTAPPEND = switch left front and switch right front and easy left1 and routing1 # append to existing cut buffer from character
  4913. BLK_CUTLINE = switch left front and switch right front and easy right1 and routing1 # linear cut to character
  4914. BLK_CUTBEGIN = switch left front and switch right front and easy left2 and routing1 # start new cut buffer at character
  4915. BLK_CUTRECT = switch left front and switch right front and easy right2 and routing1 # rectangular cut to character
  4916. BLK_DESCCHAR = switch left front and switch right front and routing2 # describe character
  4917. CMD_HELP = status 1 # enter/leave help display
  4918. CMD_LEARN = status 2 # enter/leave command learn mode
  4919. CMD_SWSIM_LC = key left front and key right front and easy up1 # 
  4920. CMD_SWSIM_RC = key left front and key right front and easy down1 # 
  4921. CMD_SWSIM_BQ = key left front and key right front and easy up2 # 
  4922. CMD_SWSIM_BC = key left front and key right front and easy down2 # 
  4923. CMD_SWSIM_LR = key left front and key right front and easy left1 # 
  4924. CMD_SWSIM_RR = key left front and key right front and easy right1 # 
  4925. CMD_SWSIM_LF = key left front and key right front and easy left2 # 
  4926. CMD_SWSIM_RF = key left front and key right front and easy right2 # 
  4927. CMD_SWSIM_LC = switch right rear and key left front and key right front and easy up1 # 
  4928. CMD_SWSIM_RC = switch right rear and key left front and key right front and easy down1 # 
  4929. CMD_SWSIM_BQ = switch right rear and key left front and key right front and easy up2 # 
  4930. CMD_SWSIM_BC = switch right rear and key left front and key right front and easy down2 # 
  4931. CMD_SWSIM_LR = switch right rear and key left front and key right front and easy left1 # 
  4932. CMD_SWSIM_RR = switch right rear and key left front and key right front and easy right1 # 
  4933. CMD_SWSIM_LF = switch right rear and key left front and key right front and easy left2 # 
  4934. CMD_SWSIM_RF = switch right rear and key left front and key right front and easy right2 # 
  4935. CMD_SWSIM_LC = switch right front and key left front and key right front and easy up1 # 
  4936. CMD_SWSIM_RC = switch right front and key left front and key right front and easy down1 # 
  4937. CMD_SWSIM_BQ = switch right front and key left front and key right front and easy up2 # 
  4938. CMD_SWSIM_BC = switch right front and key left front and key right front and easy down2 # 
  4939. CMD_SWSIM_LR = switch right front and key left front and key right front and easy left1 # 
  4940. CMD_SWSIM_RR = switch right front and key left front and key right front and easy right1 # 
  4941. CMD_SWSIM_LF = switch right front and key left front and key right front and easy left2 # 
  4942. CMD_SWSIM_RF = switch right front and key left front and key right front and easy right2 # 
  4943. CMD_SWSIM_LC = switch left rear and key left front and key right front and easy up1 # 
  4944. CMD_SWSIM_RC = switch left rear and key left front and key right front and easy down1 # 
  4945. CMD_SWSIM_BQ = switch left rear and key left front and key right front and easy up2 # 
  4946. CMD_SWSIM_BC = switch left rear and key left front and key right front and easy down2 # 
  4947. CMD_SWSIM_LR = switch left rear and key left front and key right front and easy left1 # 
  4948. CMD_SWSIM_RR = switch left rear and key left front and key right front and easy right1 # 
  4949. CMD_SWSIM_LF = switch left rear and key left front and key right front and easy left2 # 
  4950. CMD_SWSIM_RF = switch left rear and key left front and key right front and easy right2 # 
  4951. CMD_SWSIM_LC = switch left rear and switch right rear and key left front and key right front and easy up1 # 
  4952. CMD_SWSIM_RC = switch left rear and switch right rear and key left front and key right front and easy down1 # 
  4953. CMD_SWSIM_BQ = switch left rear and switch right rear and key left front and key right front and easy up2 # 
  4954. CMD_SWSIM_BC = switch left rear and switch right rear and key left front and key right front and easy down2 # 
  4955. CMD_SWSIM_LR = switch left rear and switch right rear and key left front and key right front and easy left1 # 
  4956. CMD_SWSIM_RR = switch left rear and switch right rear and key left front and key right front and easy right1 # 
  4957. CMD_SWSIM_LF = switch left rear and switch right rear and key left front and key right front and easy left2 # 
  4958. CMD_SWSIM_RF = switch left rear and switch right rear and key left front and key right front and easy right2 # 
  4959. CMD_SWSIM_LC = switch left rear and switch right front and key left front and key right front and easy up1 # 
  4960. CMD_SWSIM_RC = switch left rear and switch right front and key left front and key right front and easy down1 # 
  4961. CMD_SWSIM_BQ = switch left rear and switch right front and key left front and key right front and easy up2 # 
  4962. CMD_SWSIM_BC = switch left rear and switch right front and key left front and key right front and easy down2 # 
  4963. CMD_SWSIM_LR = switch left rear and switch right front and key left front and key right front and easy left1 # 
  4964. CMD_SWSIM_RR = switch left rear and switch right front and key left front and key right front and easy right1 # 
  4965. CMD_SWSIM_LF = switch left rear and switch right front and key left front and key right front and easy left2 # 
  4966. CMD_SWSIM_RF = switch left rear and switch right front and key left front and key right front and easy right2 # 
  4967. CMD_SWSIM_LC = switch left front and key left front and key right front and easy up1 # 
  4968. CMD_SWSIM_RC = switch left front and key left front and key right front and easy down1 # 
  4969. CMD_SWSIM_BQ = switch left front and key left front and key right front and easy up2 # 
  4970. CMD_SWSIM_BC = switch left front and key left front and key right front and easy down2 # 
  4971. CMD_SWSIM_LR = switch left front and key left front and key right front and easy left1 # 
  4972. CMD_SWSIM_RR = switch left front and key left front and key right front and easy right1 # 
  4973. CMD_SWSIM_LF = switch left front and key left front and key right front and easy left2 # 
  4974. CMD_SWSIM_RF = switch left front and key left front and key right front and easy right2 # 
  4975. CMD_SWSIM_LC = switch left front and switch right rear and key left front and key right front and easy up1 # 
  4976. CMD_SWSIM_RC = switch left front and switch right rear and key left front and key right front and easy down1 # 
  4977. CMD_SWSIM_BQ = switch left front and switch right rear and key left front and key right front and easy up2 # 
  4978. CMD_SWSIM_BC = switch left front and switch right rear and key left front and key right front and easy down2 # 
  4979. CMD_SWSIM_LR = switch left front and switch right rear and key left front and key right front and easy left1 # 
  4980. CMD_SWSIM_RR = switch left front and switch right rear and key left front and key right front and easy right1 # 
  4981. CMD_SWSIM_LF = switch left front and switch right rear and key left front and key right front and easy left2 # 
  4982. CMD_SWSIM_RF = switch left front and switch right rear and key left front and key right front and easy right2 # 
  4983. CMD_SWSIM_LC = switch left front and switch right front and key left front and key right front and easy up1 # 
  4984. CMD_SWSIM_RC = switch left front and switch right front and key left front and key right front and easy down1 # 
  4985. CMD_SWSIM_BQ = switch left front and switch right front and key left front and key right front and easy up2 # 
  4986. CMD_SWSIM_BC = switch left front and switch right front and key left front and key right front and easy down2 # 
  4987. CMD_SWSIM_LR = switch left front and switch right front and key left front and key right front and easy left1 # 
  4988. CMD_SWSIM_RR = switch left front and switch right front and key left front and key right front and easy right1 # 
  4989. CMD_SWSIM_LF = switch left front and switch right front and key left front and key right front and easy left2 # 
  4990. CMD_SWSIM_RF = switch left front and switch right front and key left front and key right front and easy right2 # 
  4991. # --------------------------------------------
  4992. # Terminal Parameters:
  4993. identification = 87
  4994. terminal = "BrailleX EL 66s"
  4995. helpfile = "brltty-pm-el_66s.hlp"
  4996. displaysize = 66
  4997. haseasybar = 0 0 1 1
  4998. # Modifier Keys:
  4999. modifier = switch left rear
  5000. modifier = switch left front
  5001. modifier = switch right rear
  5002. modifier = switch right front
  5003. modifier = key left rear
  5004. modifier = key left front
  5005. modifier = key right rear
  5006. modifier = key right front
  5007. modifier = easy up1
  5008. modifier = easy down1
  5009. modifier = easy left1
  5010. modifier = easy right1
  5011. modifier = easy up2
  5012. modifier = easy down2
  5013. modifier = easy left2
  5014. modifier = easy right2
  5015. # Command Definitions:
  5016. CMD_LNUP = easy up1 # go up one line
  5017. CMD_LNDN = easy down1 # go down one line
  5018. CMD_TOP = easy up2 # go to top line
  5019. CMD_BOT = easy down2 # go to bottom line
  5020. CMD_FWINLT = easy left1 # go left one window
  5021. CMD_FWINRT = easy right1 # go right one window
  5022. CMD_LNBEG = easy left2 # go to beginning of line
  5023. CMD_LNEND = easy right2 # go to end of line
  5024. CMD_PRDIFLN = switch left rear and easy up1 # go up to nearest line with different content
  5025. CMD_NXDIFLN = switch left rear and easy down1 # go down to nearest line with different content
  5026. CMD_ATTRUP = switch left rear and easy up2 # go up to nearest line with different highlighting
  5027. CMD_ATTRDN = switch left rear and easy down2 # go down to nearest line with different highlighting
  5028. CMD_PRPROMPT = switch left rear and easy left1 # go up to previous command prompt
  5029. CMD_NXPROMPT = switch left rear and easy right1 # go down to next command prompt
  5030. CMD_PRPGRPH = switch left rear and easy left2 # go up to last line of previous paragraph
  5031. CMD_NXPGRPH = switch left rear and easy right2 # go down to first line of next paragraph
  5032. KEY_CURSOR_UP = switch right rear and easy up1 # send cursor-up key
  5033. KEY_CURSOR_DOWN = switch right rear and easy down1 # send cursor-down key
  5034. KEY_PAGE_UP = switch right rear and easy up2 # send page-up key
  5035. KEY_PAGE_DOWN = switch right rear and easy down2 # send page-down key
  5036. CMD_FWINLT route = switch right rear and easy left1 # go left one window and route cursor
  5037. CMD_FWINRT route = switch right rear and easy right1 # go right one window and route cursor
  5038. CMD_LNBEG route = switch right rear and easy left2 # go to beginning of line and route cursor
  5039. CMD_LNEND route = switch right rear and easy right2 # go to end of line and route cursor
  5040. KEY_CURSOR_UP = switch left rear and switch right rear and easy up1 # send cursor-up key
  5041. KEY_CURSOR_DOWN = switch left rear and switch right rear and easy down1 # send cursor-down key
  5042. KEY_PAGE_UP = switch left rear and switch right rear and easy up2 # send page-up key
  5043. KEY_PAGE_DOWN = switch left rear and switch right rear and easy down2 # send page-down key
  5044. KEY_CURSOR_LEFT = switch left rear and switch right rear and easy left1 # send cursor-left key
  5045. KEY_CURSOR_RIGHT = switch left rear and switch right rear and easy right1 # send cursor-right key
  5046. KEY_HOME = switch left rear and switch right rear and easy left2 # send home key
  5047. KEY_END = switch left rear and switch right rear and easy right2 # send end key
  5048. CMD_PRSEARCH = switch left front and easy up1 # search backward for content of cut buffer
  5049. CMD_NXSEARCH = switch left front and easy down1 # search forward for content of cut buffer
  5050. CMD_HELP = switch left front and easy up2 # enter/leave help display
  5051. CMD_LEARN = switch left front and easy down2 # enter/leave command learn mode
  5052. CMD_CHRLT = switch left front and easy left1 # go left one character
  5053. CMD_CHRRT = switch left front and easy right1 # go right one character
  5054. CMD_HWINLT = switch left front and easy left2 # go left half a window
  5055. CMD_HWINRT = switch left front and easy right2 # go right half a window
  5056. CMD_MENU_PREV_ITEM = switch right front and easy up1 # go to previous item in menu
  5057. CMD_MENU_NEXT_ITEM = switch right front and easy down1 # go to next item in menu
  5058. CMD_MENU_FIRST_ITEM = switch right front and easy up2 # go to first item in menu
  5059. CMD_MENU_LAST_ITEM = switch right front and easy down2 # go to last item in menu
  5060. CMD_MENU_PREV_SETTING = switch right front and easy left1 # change current item in menu to previous choice
  5061. CMD_MENU_NEXT_SETTING = switch right front and easy right1 # change current item in menu to next choice
  5062. CMD_PREFLOAD = switch right front and easy left2 # restore saved preferences
  5063. CMD_PREFSAVE = switch right front and easy right2 # save current preferences
  5064. CMD_BACK = key left rear # go back (undo unexpected cursor tracking motion)
  5065. CMD_HOME = key left front # go to cursor
  5066. CMD_HELP = key right rear # enter/leave help display
  5067. CMD_LEARN = key right front # enter/leave command learn mode
  5068. CMD_SIXDOTS = key left rear and easy up1 # toggle text style 6-dot/8-dot
  5069. CMD_PASTE = key left rear and easy down1 # insert cut buffer at cursor
  5070. CMD_CAPBLINK = key left rear and easy up2 # toggle capital letter blinking on/off
  5071. CMD_CSRJMP_VERT = key left rear and easy down2 # bring cursor to line (no horizontal motion)
  5072. CMD_DISPMD = key left rear and easy left1 # toggle display mode attributes/text
  5073. CMD_CSRTRK = key left rear and easy right1 # toggle cursor tracking on/off
  5074. CMD_ATTRVIS = key left rear and easy left2 # toggle attribute underlining on/off
  5075. CMD_CSRVIS = key left rear and easy right2 # toggle cursor visibility on/off
  5076. CMD_AUTOSPEAK = key left front and easy up1 # toggle autospeak on/off
  5077. CMD_AUTOREPEAT = key left front and easy down1 # toggle autorepeat on/off
  5078. CMD_RESTARTBRL = key left front and easy up2 # reinitialize braille driver
  5079. CMD_FREEZE = key left front and easy down2 # toggle screen mode frozen/live
  5080. CMD_INFO = key left front and easy left1 # enter/leave status display
  5081. CMD_PREFMENU = key left front and easy right1 # enter/leave preferences menu
  5082. CMD_PREFLOAD = key left front and easy left2 # restore saved preferences
  5083. CMD_PREFSAVE = key left front and easy right2 # save current preferences
  5084. CMD_SAY_ABOVE = key right rear and easy up1 # speak from top of screen through current line
  5085. CMD_SAY_BELOW = key right rear and easy down1 # speak from current line through bottom of screen
  5086. CMD_SAY_LOUDER = key right rear and easy up2 # increase speech volume
  5087. CMD_SAY_SOFTER = key right rear and easy down2 # decrease speech volume
  5088. CMD_MUTE = key right rear and easy left1 # stop speaking immediately
  5089. CMD_SAY_LINE = key right rear and easy right1 # speak current line
  5090. CMD_SAY_SLOWER = key right rear and easy left2 # decrease speech rate
  5091. CMD_SAY_FASTER = key right rear and easy right2 # increase speech rate
  5092. CMD_SPKHOME = key right front and easy up1 # go to current (most recent) speech position
  5093. CMD_TUNES = key right front and easy down1 # toggle alert tunes on/off
  5094. CMD_RESTARTSPEECH = key right front and easy up2 # reinitialize speech driver
  5095. CMD_SWSIM_BQ = key right front and easy down2 # 
  5096. CMD_SKPIDLNS = key right front and easy left1 # toggle skipping of lines with identical content on/off
  5097. CMD_SKPBLNKWINS = key right front and easy right1 # toggle skipping of blank windows on/off
  5098. CMD_SLIDEWIN = key right front and easy right2 # toggle sliding window on/off
  5099. BLK_ROUTE = routing1 # bring cursor to character
  5100. BLK_PRINDENT = easy up1 and routing1 # go up to nearest line without greater indent
  5101. BLK_NXINDENT = easy down1 and routing1 # go down to nearest line without greater indent
  5102. BLK_SETLEFT = easy up2 and routing1 # position left end of window at character
  5103. BLK_DESCCHAR = easy down2 and routing1 # describe character
  5104. BLK_CUTAPPEND = easy left1 and routing1 # append to existing cut buffer from character
  5105. BLK_CUTLINE = easy right1 and routing1 # linear cut to character
  5106. BLK_CUTBEGIN = easy left2 and routing1 # start new cut buffer at character
  5107. BLK_CUTRECT = easy right2 and routing1 # rectangular cut to character
  5108. BLK_DESCCHAR = routing2 # describe character
  5109. CMD_BACK = switch right rear and key left rear # go back (undo unexpected cursor tracking motion)
  5110. CMD_HOME = switch right rear and key left front # go to cursor
  5111. CMD_HELP = switch right rear and key right rear # enter/leave help display
  5112. CMD_LEARN = switch right rear and key right front # enter/leave command learn mode
  5113. CMD_SIXDOTS = switch right rear and key left rear and easy up1 # toggle text style 6-dot/8-dot
  5114. CMD_PASTE = switch right rear and key left rear and easy down1 # insert cut buffer at cursor
  5115. CMD_CAPBLINK = switch right rear and key left rear and easy up2 # toggle capital letter blinking on/off
  5116. CMD_CSRJMP_VERT = switch right rear and key left rear and easy down2 # bring cursor to line (no horizontal motion)
  5117. CMD_DISPMD = switch right rear and key left rear and easy left1 # toggle display mode attributes/text
  5118. CMD_CSRTRK = switch right rear and key left rear and easy right1 # toggle cursor tracking on/off
  5119. CMD_ATTRVIS = switch right rear and key left rear and easy left2 # toggle attribute underlining on/off
  5120. CMD_CSRVIS = switch right rear and key left rear and easy right2 # toggle cursor visibility on/off
  5121. CMD_AUTOSPEAK = switch right rear and key left front and easy up1 # toggle autospeak on/off
  5122. CMD_AUTOREPEAT = switch right rear and key left front and easy down1 # toggle autorepeat on/off
  5123. CMD_RESTARTBRL = switch right rear and key left front and easy up2 # reinitialize braille driver
  5124. CMD_FREEZE = switch right rear and key left front and easy down2 # toggle screen mode frozen/live
  5125. CMD_INFO = switch right rear and key left front and easy left1 # enter/leave status display
  5126. CMD_PREFMENU = switch right rear and key left front and easy right1 # enter/leave preferences menu
  5127. CMD_PREFLOAD = switch right rear and key left front and easy left2 # restore saved preferences
  5128. CMD_PREFSAVE = switch right rear and key left front and easy right2 # save current preferences
  5129. CMD_SAY_ABOVE = switch right rear and key right rear and easy up1 # speak from top of screen through current line
  5130. CMD_SAY_BELOW = switch right rear and key right rear and easy down1 # speak from current line through bottom of screen
  5131. CMD_SAY_LOUDER = switch right rear and key right rear and easy up2 # increase speech volume
  5132. CMD_SAY_SOFTER = switch right rear and key right rear and easy down2 # decrease speech volume
  5133. CMD_MUTE = switch right rear and key right rear and easy left1 # stop speaking immediately
  5134. CMD_SAY_LINE = switch right rear and key right rear and easy right1 # speak current line
  5135. CMD_SAY_SLOWER = switch right rear and key right rear and easy left2 # decrease speech rate
  5136. CMD_SAY_FASTER = switch right rear and key right rear and easy right2 # increase speech rate
  5137. CMD_SPKHOME = switch right rear and key right front and easy up1 # go to current (most recent) speech position
  5138. CMD_TUNES = switch right rear and key right front and easy down1 # toggle alert tunes on/off
  5139. CMD_RESTARTSPEECH = switch right rear and key right front and easy up2 # reinitialize speech driver
  5140. CMD_SWSIM_BQ = switch right rear and key right front and easy down2 # 
  5141. CMD_SKPIDLNS = switch right rear and key right front and easy left1 # toggle skipping of lines with identical content on/off
  5142. CMD_SKPBLNKWINS = switch right rear and key right front and easy right1 # toggle skipping of blank windows on/off
  5143. CMD_SLIDEWIN = switch right rear and key right front and easy right2 # toggle sliding window on/off
  5144. BLK_ROUTE = switch right rear and routing1 # bring cursor to character
  5145. BLK_PRINDENT = switch right rear and easy up1 and routing1 # go up to nearest line without greater indent
  5146. BLK_NXINDENT = switch right rear and easy down1 and routing1 # go down to nearest line without greater indent
  5147. BLK_SETLEFT = switch right rear and easy up2 and routing1 # position left end of window at character
  5148. BLK_DESCCHAR = switch right rear and easy down2 and routing1 # describe character
  5149. BLK_CUTAPPEND = switch right rear and easy left1 and routing1 # append to existing cut buffer from character
  5150. BLK_CUTLINE = switch right rear and easy right1 and routing1 # linear cut to character
  5151. BLK_CUTBEGIN = switch right rear and easy left2 and routing1 # start new cut buffer at character
  5152. BLK_CUTRECT = switch right rear and easy right2 and routing1 # rectangular cut to character
  5153. BLK_DESCCHAR = switch right rear and routing2 # describe character
  5154. CMD_BACK = switch right front and key left rear # go back (undo unexpected cursor tracking motion)
  5155. CMD_HOME = switch right front and key left front # go to cursor
  5156. CMD_HELP = switch right front and key right rear # enter/leave help display
  5157. CMD_LEARN = switch right front and key right front # enter/leave command learn mode
  5158. CMD_SIXDOTS = switch right front and key left rear and easy up1 # toggle text style 6-dot/8-dot
  5159. CMD_PASTE = switch right front and key left rear and easy down1 # insert cut buffer at cursor
  5160. CMD_CAPBLINK = switch right front and key left rear and easy up2 # toggle capital letter blinking on/off
  5161. CMD_CSRJMP_VERT = switch right front and key left rear and easy down2 # bring cursor to line (no horizontal motion)
  5162. CMD_DISPMD = switch right front and key left rear and easy left1 # toggle display mode attributes/text
  5163. CMD_CSRTRK = switch right front and key left rear and easy right1 # toggle cursor tracking on/off
  5164. CMD_ATTRVIS = switch right front and key left rear and easy left2 # toggle attribute underlining on/off
  5165. CMD_CSRVIS = switch right front and key left rear and easy right2 # toggle cursor visibility on/off
  5166. CMD_AUTOSPEAK = switch right front and key left front and easy up1 # toggle autospeak on/off
  5167. CMD_AUTOREPEAT = switch right front and key left front and easy down1 # toggle autorepeat on/off
  5168. CMD_RESTARTBRL = switch right front and key left front and easy up2 # reinitialize braille driver
  5169. CMD_FREEZE = switch right front and key left front and easy down2 # toggle screen mode frozen/live
  5170. CMD_INFO = switch right front and key left front and easy left1 # enter/leave status display
  5171. CMD_PREFMENU = switch right front and key left front and easy right1 # enter/leave preferences menu
  5172. CMD_PREFLOAD = switch right front and key left front and easy left2 # restore saved preferences
  5173. CMD_PREFSAVE = switch right front and key left front and easy right2 # save current preferences
  5174. CMD_SAY_ABOVE = switch right front and key right rear and easy up1 # speak from top of screen through current line
  5175. CMD_SAY_BELOW = switch right front and key right rear and easy down1 # speak from current line through bottom of screen
  5176. CMD_SAY_LOUDER = switch right front and key right rear and easy up2 # increase speech volume
  5177. CMD_SAY_SOFTER = switch right front and key right rear and easy down2 # decrease speech volume
  5178. CMD_MUTE = switch right front and key right rear and easy left1 # stop speaking immediately
  5179. CMD_SAY_LINE = switch right front and key right rear and easy right1 # speak current line
  5180. CMD_SAY_SLOWER = switch right front and key right rear and easy left2 # decrease speech rate
  5181. CMD_SAY_FASTER = switch right front and key right rear and easy right2 # increase speech rate
  5182. CMD_SPKHOME = switch right front and key right front and easy up1 # go to current (most recent) speech position
  5183. CMD_TUNES = switch right front and key right front and easy down1 # toggle alert tunes on/off
  5184. CMD_RESTARTSPEECH = switch right front and key right front and easy up2 # reinitialize speech driver
  5185. CMD_SWSIM_BQ = switch right front and key right front and easy down2 # 
  5186. CMD_SKPIDLNS = switch right front and key right front and easy left1 # toggle skipping of lines with identical content on/off
  5187. CMD_SKPBLNKWINS = switch right front and key right front and easy right1 # toggle skipping of blank windows on/off
  5188. CMD_SLIDEWIN = switch right front and key right front and easy right2 # toggle sliding window on/off
  5189. BLK_ROUTE = switch right front and routing1 # bring cursor to character
  5190. BLK_PRINDENT = switch right front and easy up1 and routing1 # go up to nearest line without greater indent
  5191. BLK_NXINDENT = switch right front and easy down1 and routing1 # go down to nearest line without greater indent
  5192. BLK_SETLEFT = switch right front and easy up2 and routing1 # position left end of window at character
  5193. BLK_DESCCHAR = switch right front and easy down2 and routing1 # describe character
  5194. BLK_CUTAPPEND = switch right front and easy left1 and routing1 # append to existing cut buffer from character
  5195. BLK_CUTLINE = switch right front and easy right1 and routing1 # linear cut to character
  5196. BLK_CUTBEGIN = switch right front and easy left2 and routing1 # start new cut buffer at character
  5197. BLK_CUTRECT = switch right front and easy right2 and routing1 # rectangular cut to character
  5198. BLK_DESCCHAR = switch right front and routing2 # describe character
  5199. CMD_BACK = switch left rear and key left rear # go back (undo unexpected cursor tracking motion)
  5200. CMD_HOME = switch left rear and key left front # go to cursor
  5201. CMD_HELP = switch left rear and key right rear # enter/leave help display
  5202. CMD_LEARN = switch left rear and key right front # enter/leave command learn mode
  5203. CMD_SIXDOTS = switch left rear and key left rear and easy up1 # toggle text style 6-dot/8-dot
  5204. CMD_PASTE = switch left rear and key left rear and easy down1 # insert cut buffer at cursor
  5205. CMD_CAPBLINK = switch left rear and key left rear and easy up2 # toggle capital letter blinking on/off
  5206. CMD_CSRJMP_VERT = switch left rear and key left rear and easy down2 # bring cursor to line (no horizontal motion)
  5207. CMD_DISPMD = switch left rear and key left rear and easy left1 # toggle display mode attributes/text
  5208. CMD_CSRTRK = switch left rear and key left rear and easy right1 # toggle cursor tracking on/off
  5209. CMD_ATTRVIS = switch left rear and key left rear and easy left2 # toggle attribute underlining on/off
  5210. CMD_CSRVIS = switch left rear and key left rear and easy right2 # toggle cursor visibility on/off
  5211. CMD_AUTOSPEAK = switch left rear and key left front and easy up1 # toggle autospeak on/off
  5212. CMD_AUTOREPEAT = switch left rear and key left front and easy down1 # toggle autorepeat on/off
  5213. CMD_RESTARTBRL = switch left rear and key left front and easy up2 # reinitialize braille driver
  5214. CMD_FREEZE = switch left rear and key left front and easy down2 # toggle screen mode frozen/live
  5215. CMD_INFO = switch left rear and key left front and easy left1 # enter/leave status display
  5216. CMD_PREFMENU = switch left rear and key left front and easy right1 # enter/leave preferences menu
  5217. CMD_PREFLOAD = switch left rear and key left front and easy left2 # restore saved preferences
  5218. CMD_PREFSAVE = switch left rear and key left front and easy right2 # save current preferences
  5219. CMD_SAY_ABOVE = switch left rear and key right rear and easy up1 # speak from top of screen through current line
  5220. CMD_SAY_BELOW = switch left rear and key right rear and easy down1 # speak from current line through bottom of screen
  5221. CMD_SAY_LOUDER = switch left rear and key right rear and easy up2 # increase speech volume
  5222. CMD_SAY_SOFTER = switch left rear and key right rear and easy down2 # decrease speech volume
  5223. CMD_MUTE = switch left rear and key right rear and easy left1 # stop speaking immediately
  5224. CMD_SAY_LINE = switch left rear and key right rear and easy right1 # speak current line
  5225. CMD_SAY_SLOWER = switch left rear and key right rear and easy left2 # decrease speech rate
  5226. CMD_SAY_FASTER = switch left rear and key right rear and easy right2 # increase speech rate
  5227. CMD_SPKHOME = switch left rear and key right front and easy up1 # go to current (most recent) speech position
  5228. CMD_TUNES = switch left rear and key right front and easy down1 # toggle alert tunes on/off
  5229. CMD_RESTARTSPEECH = switch left rear and key right front and easy up2 # reinitialize speech driver
  5230. CMD_SWSIM_BQ = switch left rear and key right front and easy down2 # 
  5231. CMD_SKPIDLNS = switch left rear and key right front and easy left1 # toggle skipping of lines with identical content on/off
  5232. CMD_SKPBLNKWINS = switch left rear and key right front and easy right1 # toggle skipping of blank windows on/off
  5233. CMD_SLIDEWIN = switch left rear and key right front and easy right2 # toggle sliding window on/off
  5234. BLK_ROUTE = switch left rear and routing1 # bring cursor to character
  5235. BLK_PRINDENT = switch left rear and easy up1 and routing1 # go up to nearest line without greater indent
  5236. BLK_NXINDENT = switch left rear and easy down1 and routing1 # go down to nearest line without greater indent
  5237. BLK_SETLEFT = switch left rear and easy up2 and routing1 # position left end of window at character
  5238. BLK_DESCCHAR = switch left rear and easy down2 and routing1 # describe character
  5239. BLK_CUTAPPEND = switch left rear and easy left1 and routing1 # append to existing cut buffer from character
  5240. BLK_CUTLINE = switch left rear and easy right1 and routing1 # linear cut to character
  5241. BLK_CUTBEGIN = switch left rear and easy left2 and routing1 # start new cut buffer at character
  5242. BLK_CUTRECT = switch left rear and easy right2 and routing1 # rectangular cut to character
  5243. BLK_DESCCHAR = switch left rear and routing2 # describe character
  5244. CMD_BACK = switch left rear and switch right rear and key left rear # go back (undo unexpected cursor tracking motion)
  5245. CMD_HOME = switch left rear and switch right rear and key left front # go to cursor
  5246. CMD_HELP = switch left rear and switch right rear and key right rear # enter/leave help display
  5247. CMD_LEARN = switch left rear and switch right rear and key right front # enter/leave command learn mode
  5248. CMD_SIXDOTS = switch left rear and switch right rear and key left rear and easy up1 # toggle text style 6-dot/8-dot
  5249. CMD_PASTE = switch left rear and switch right rear and key left rear and easy down1 # insert cut buffer at cursor
  5250. CMD_CAPBLINK = switch left rear and switch right rear and key left rear and easy up2 # toggle capital letter blinking on/off
  5251. CMD_CSRJMP_VERT = switch left rear and switch right rear and key left rear and easy down2 # bring cursor to line (no horizontal motion)
  5252. CMD_DISPMD = switch left rear and switch right rear and key left rear and easy left1 # toggle display mode attributes/text
  5253. CMD_CSRTRK = switch left rear and switch right rear and key left rear and easy right1 # toggle cursor tracking on/off
  5254. CMD_ATTRVIS = switch left rear and switch right rear and key left rear and easy left2 # toggle attribute underlining on/off
  5255. CMD_CSRVIS = switch left rear and switch right rear and key left rear and easy right2 # toggle cursor visibility on/off
  5256. CMD_AUTOSPEAK = switch left rear and switch right rear and key left front and easy up1 # toggle autospeak on/off
  5257. CMD_AUTOREPEAT = switch left rear and switch right rear and key left front and easy down1 # toggle autorepeat on/off
  5258. CMD_RESTARTBRL = switch left rear and switch right rear and key left front and easy up2 # reinitialize braille driver
  5259. CMD_FREEZE = switch left rear and switch right rear and key left front and easy down2 # toggle screen mode frozen/live
  5260. CMD_INFO = switch left rear and switch right rear and key left front and easy left1 # enter/leave status display
  5261. CMD_PREFMENU = switch left rear and switch right rear and key left front and easy right1 # enter/leave preferences menu
  5262. CMD_PREFLOAD = switch left rear and switch right rear and key left front and easy left2 # restore saved preferences
  5263. CMD_PREFSAVE = switch left rear and switch right rear and key left front and easy right2 # save current preferences
  5264. CMD_SAY_ABOVE = switch left rear and switch right rear and key right rear and easy up1 # speak from top of screen through current line
  5265. CMD_SAY_BELOW = switch left rear and switch right rear and key right rear and easy down1 # speak from current line through bottom of screen
  5266. CMD_SAY_LOUDER = switch left rear and switch right rear and key right rear and easy up2 # increase speech volume
  5267. CMD_SAY_SOFTER = switch left rear and switch right rear and key right rear and easy down2 # decrease speech volume
  5268. CMD_MUTE = switch left rear and switch right rear and key right rear and easy left1 # stop speaking immediately
  5269. CMD_SAY_LINE = switch left rear and switch right rear and key right rear and easy right1 # speak current line
  5270. CMD_SAY_SLOWER = switch left rear and switch right rear and key right rear and easy left2 # decrease speech rate
  5271. CMD_SAY_FASTER = switch left rear and switch right rear and key right rear and easy right2 # increase speech rate
  5272. CMD_SPKHOME = switch left rear and switch right rear and key right front and easy up1 # go to current (most recent) speech position
  5273. CMD_TUNES = switch left rear and switch right rear and key right front and easy down1 # toggle alert tunes on/off
  5274. CMD_RESTARTSPEECH = switch left rear and switch right rear and key right front and easy up2 # reinitialize speech driver
  5275. CMD_SWSIM_BQ = switch left rear and switch right rear and key right front and easy down2 # 
  5276. CMD_SKPIDLNS = switch left rear and switch right rear and key right front and easy left1 # toggle skipping of lines with identical content on/off
  5277. CMD_SKPBLNKWINS = switch left rear and switch right rear and key right front and easy right1 # toggle skipping of blank windows on/off
  5278. CMD_SLIDEWIN = switch left rear and switch right rear and key right front and easy right2 # toggle sliding window on/off
  5279. BLK_ROUTE = switch left rear and switch right rear and routing1 # bring cursor to character
  5280. BLK_PRINDENT = switch left rear and switch right rear and easy up1 and routing1 # go up to nearest line without greater indent
  5281. BLK_NXINDENT = switch left rear and switch right rear and easy down1 and routing1 # go down to nearest line without greater indent
  5282. BLK_SETLEFT = switch left rear and switch right rear and easy up2 and routing1 # position left end of window at character
  5283. BLK_DESCCHAR = switch left rear and switch right rear and easy down2 and routing1 # describe character
  5284. BLK_CUTAPPEND = switch left rear and switch right rear and easy left1 and routing1 # append to existing cut buffer from character
  5285. BLK_CUTLINE = switch left rear and switch right rear and easy right1 and routing1 # linear cut to character
  5286. BLK_CUTBEGIN = switch left rear and switch right rear and easy left2 and routing1 # start new cut buffer at character
  5287. BLK_CUTRECT = switch left rear and switch right rear and easy right2 and routing1 # rectangular cut to character
  5288. BLK_DESCCHAR = switch left rear and switch right rear and routing2 # describe character
  5289. CMD_BACK = switch left rear and switch right front and key left rear # go back (undo unexpected cursor tracking motion)
  5290. CMD_HOME = switch left rear and switch right front and key left front # go to cursor
  5291. CMD_HELP = switch left rear and switch right front and key right rear # enter/leave help display
  5292. CMD_LEARN = switch left rear and switch right front and key right front # enter/leave command learn mode
  5293. CMD_SIXDOTS = switch left rear and switch right front and key left rear and easy up1 # toggle text style 6-dot/8-dot
  5294. CMD_PASTE = switch left rear and switch right front and key left rear and easy down1 # insert cut buffer at cursor
  5295. CMD_CAPBLINK = switch left rear and switch right front and key left rear and easy up2 # toggle capital letter blinking on/off
  5296. CMD_CSRJMP_VERT = switch left rear and switch right front and key left rear and easy down2 # bring cursor to line (no horizontal motion)
  5297. CMD_DISPMD = switch left rear and switch right front and key left rear and easy left1 # toggle display mode attributes/text
  5298. CMD_CSRTRK = switch left rear and switch right front and key left rear and easy right1 # toggle cursor tracking on/off
  5299. CMD_ATTRVIS = switch left rear and switch right front and key left rear and easy left2 # toggle attribute underlining on/off
  5300. CMD_CSRVIS = switch left rear and switch right front and key left rear and easy right2 # toggle cursor visibility on/off
  5301. CMD_AUTOSPEAK = switch left rear and switch right front and key left front and easy up1 # toggle autospeak on/off
  5302. CMD_AUTOREPEAT = switch left rear and switch right front and key left front and easy down1 # toggle autorepeat on/off
  5303. CMD_RESTARTBRL = switch left rear and switch right front and key left front and easy up2 # reinitialize braille driver
  5304. CMD_FREEZE = switch left rear and switch right front and key left front and easy down2 # toggle screen mode frozen/live
  5305. CMD_INFO = switch left rear and switch right front and key left front and easy left1 # enter/leave status display
  5306. CMD_PREFMENU = switch left rear and switch right front and key left front and easy right1 # enter/leave preferences menu
  5307. CMD_PREFLOAD = switch left rear and switch right front and key left front and easy left2 # restore saved preferences
  5308. CMD_PREFSAVE = switch left rear and switch right front and key left front and easy right2 # save current preferences
  5309. CMD_SAY_ABOVE = switch left rear and switch right front and key right rear and easy up1 # speak from top of screen through current line
  5310. CMD_SAY_BELOW = switch left rear and switch right front and key right rear and easy down1 # speak from current line through bottom of screen
  5311. CMD_SAY_LOUDER = switch left rear and switch right front and key right rear and easy up2 # increase speech volume
  5312. CMD_SAY_SOFTER = switch left rear and switch right front and key right rear and easy down2 # decrease speech volume
  5313. CMD_MUTE = switch left rear and switch right front and key right rear and easy left1 # stop speaking immediately
  5314. CMD_SAY_LINE = switch left rear and switch right front and key right rear and easy right1 # speak current line
  5315. CMD_SAY_SLOWER = switch left rear and switch right front and key right rear and easy left2 # decrease speech rate
  5316. CMD_SAY_FASTER = switch left rear and switch right front and key right rear and easy right2 # increase speech rate
  5317. CMD_SPKHOME = switch left rear and switch right front and key right front and easy up1 # go to current (most recent) speech position
  5318. CMD_TUNES = switch left rear and switch right front and key right front and easy down1 # toggle alert tunes on/off
  5319. CMD_RESTARTSPEECH = switch left rear and switch right front and key right front and easy up2 # reinitialize speech driver
  5320. CMD_SWSIM_BQ = switch left rear and switch right front and key right front and easy down2 # 
  5321. CMD_SKPIDLNS = switch left rear and switch right front and key right front and easy left1 # toggle skipping of lines with identical content on/off
  5322. CMD_SKPBLNKWINS = switch left rear and switch right front and key right front and easy right1 # toggle skipping of blank windows on/off
  5323. CMD_SLIDEWIN = switch left rear and switch right front and key right front and easy right2 # toggle sliding window on/off
  5324. BLK_ROUTE = switch left rear and switch right front and routing1 # bring cursor to character
  5325. BLK_PRINDENT = switch left rear and switch right front and easy up1 and routing1 # go up to nearest line without greater indent
  5326. BLK_NXINDENT = switch left rear and switch right front and easy down1 and routing1 # go down to nearest line without greater indent
  5327. BLK_SETLEFT = switch left rear and switch right front and easy up2 and routing1 # position left end of window at character
  5328. BLK_DESCCHAR = switch left rear and switch right front and easy down2 and routing1 # describe character
  5329. BLK_CUTAPPEND = switch left rear and switch right front and easy left1 and routing1 # append to existing cut buffer from character
  5330. BLK_CUTLINE = switch left rear and switch right front and easy right1 and routing1 # linear cut to character
  5331. BLK_CUTBEGIN = switch left rear and switch right front and easy left2 and routing1 # start new cut buffer at character
  5332. BLK_CUTRECT = switch left rear and switch right front and easy right2 and routing1 # rectangular cut to character
  5333. BLK_DESCCHAR = switch left rear and switch right front and routing2 # describe character
  5334. CMD_BACK = switch left front and key left rear # go back (undo unexpected cursor tracking motion)
  5335. CMD_HOME = switch left front and key left front # go to cursor
  5336. CMD_HELP = switch left front and key right rear # enter/leave help display
  5337. CMD_LEARN = switch left front and key right front # enter/leave command learn mode
  5338. CMD_SIXDOTS = switch left front and key left rear and easy up1 # toggle text style 6-dot/8-dot
  5339. CMD_PASTE = switch left front and key left rear and easy down1 # insert cut buffer at cursor
  5340. CMD_CAPBLINK = switch left front and key left rear and easy up2 # toggle capital letter blinking on/off
  5341. CMD_CSRJMP_VERT = switch left front and key left rear and easy down2 # bring cursor to line (no horizontal motion)
  5342. CMD_DISPMD = switch left front and key left rear and easy left1 # toggle display mode attributes/text
  5343. CMD_CSRTRK = switch left front and key left rear and easy right1 # toggle cursor tracking on/off
  5344. CMD_ATTRVIS = switch left front and key left rear and easy left2 # toggle attribute underlining on/off
  5345. CMD_CSRVIS = switch left front and key left rear and easy right2 # toggle cursor visibility on/off
  5346. CMD_AUTOSPEAK = switch left front and key left front and easy up1 # toggle autospeak on/off
  5347. CMD_AUTOREPEAT = switch left front and key left front and easy down1 # toggle autorepeat on/off
  5348. CMD_RESTARTBRL = switch left front and key left front and easy up2 # reinitialize braille driver
  5349. CMD_FREEZE = switch left front and key left front and easy down2 # toggle screen mode frozen/live
  5350. CMD_INFO = switch left front and key left front and easy left1 # enter/leave status display
  5351. CMD_PREFMENU = switch left front and key left front and easy right1 # enter/leave preferences menu
  5352. CMD_PREFLOAD = switch left front and key left front and easy left2 # restore saved preferences
  5353. CMD_PREFSAVE = switch left front and key left front and easy right2 # save current preferences
  5354. CMD_SAY_ABOVE = switch left front and key right rear and easy up1 # speak from top of screen through current line
  5355. CMD_SAY_BELOW = switch left front and key right rear and easy down1 # speak from current line through bottom of screen
  5356. CMD_SAY_LOUDER = switch left front and key right rear and easy up2 # increase speech volume
  5357. CMD_SAY_SOFTER = switch left front and key right rear and easy down2 # decrease speech volume
  5358. CMD_MUTE = switch left front and key right rear and easy left1 # stop speaking immediately
  5359. CMD_SAY_LINE = switch left front and key right rear and easy right1 # speak current line
  5360. CMD_SAY_SLOWER = switch left front and key right rear and easy left2 # decrease speech rate
  5361. CMD_SAY_FASTER = switch left front and key right rear and easy right2 # increase speech rate
  5362. CMD_SPKHOME = switch left front and key right front and easy up1 # go to current (most recent) speech position
  5363. CMD_TUNES = switch left front and key right front and easy down1 # toggle alert tunes on/off
  5364. CMD_RESTARTSPEECH = switch left front and key right front and easy up2 # reinitialize speech driver
  5365. CMD_SWSIM_BQ = switch left front and key right front and easy down2 # 
  5366. CMD_SKPIDLNS = switch left front and key right front and easy left1 # toggle skipping of lines with identical content on/off
  5367. CMD_SKPBLNKWINS = switch left front and key right front and easy right1 # toggle skipping of blank windows on/off
  5368. CMD_SLIDEWIN = switch left front and key right front and easy right2 # toggle sliding window on/off
  5369. BLK_ROUTE = switch left front and routing1 # bring cursor to character
  5370. BLK_PRINDENT = switch left front and easy up1 and routing1 # go up to nearest line without greater indent
  5371. BLK_NXINDENT = switch left front and easy down1 and routing1 # go down to nearest line without greater indent
  5372. BLK_SETLEFT = switch left front and easy up2 and routing1 # position left end of window at character
  5373. BLK_DESCCHAR = switch left front and easy down2 and routing1 # describe character
  5374. BLK_CUTAPPEND = switch left front and easy left1 and routing1 # append to existing cut buffer from character
  5375. BLK_CUTLINE = switch left front and easy right1 and routing1 # linear cut to character
  5376. BLK_CUTBEGIN = switch left front and easy left2 and routing1 # start new cut buffer at character
  5377. BLK_CUTRECT = switch left front and easy right2 and routing1 # rectangular cut to character
  5378. BLK_DESCCHAR = switch left front and routing2 # describe character
  5379. CMD_BACK = switch left front and switch right rear and key left rear # go back (undo unexpected cursor tracking motion)
  5380. CMD_HOME = switch left front and switch right rear and key left front # go to cursor
  5381. CMD_HELP = switch left front and switch right rear and key right rear # enter/leave help display
  5382. CMD_LEARN = switch left front and switch right rear and key right front # enter/leave command learn mode
  5383. CMD_SIXDOTS = switch left front and switch right rear and key left rear and easy up1 # toggle text style 6-dot/8-dot
  5384. CMD_PASTE = switch left front and switch right rear and key left rear and easy down1 # insert cut buffer at cursor
  5385. CMD_CAPBLINK = switch left front and switch right rear and key left rear and easy up2 # toggle capital letter blinking on/off
  5386. CMD_CSRJMP_VERT = switch left front and switch right rear and key left rear and easy down2 # bring cursor to line (no horizontal motion)
  5387. CMD_DISPMD = switch left front and switch right rear and key left rear and easy left1 # toggle display mode attributes/text
  5388. CMD_CSRTRK = switch left front and switch right rear and key left rear and easy right1 # toggle cursor tracking on/off
  5389. CMD_ATTRVIS = switch left front and switch right rear and key left rear and easy left2 # toggle attribute underlining on/off
  5390. CMD_CSRVIS = switch left front and switch right rear and key left rear and easy right2 # toggle cursor visibility on/off
  5391. CMD_AUTOSPEAK = switch left front and switch right rear and key left front and easy up1 # toggle autospeak on/off
  5392. CMD_AUTOREPEAT = switch left front and switch right rear and key left front and easy down1 # toggle autorepeat on/off
  5393. CMD_RESTARTBRL = switch left front and switch right rear and key left front and easy up2 # reinitialize braille driver
  5394. CMD_FREEZE = switch left front and switch right rear and key left front and easy down2 # toggle screen mode frozen/live
  5395. CMD_INFO = switch left front and switch right rear and key left front and easy left1 # enter/leave status display
  5396. CMD_PREFMENU = switch left front and switch right rear and key left front and easy right1 # enter/leave preferences menu
  5397. CMD_PREFLOAD = switch left front and switch right rear and key left front and easy left2 # restore saved preferences
  5398. CMD_PREFSAVE = switch left front and switch right rear and key left front and easy right2 # save current preferences
  5399. CMD_SAY_ABOVE = switch left front and switch right rear and key right rear and easy up1 # speak from top of screen through current line
  5400. CMD_SAY_BELOW = switch left front and switch right rear and key right rear and easy down1 # speak from current line through bottom of screen
  5401. CMD_SAY_LOUDER = switch left front and switch right rear and key right rear and easy up2 # increase speech volume
  5402. CMD_SAY_SOFTER = switch left front and switch right rear and key right rear and easy down2 # decrease speech volume
  5403. CMD_MUTE = switch left front and switch right rear and key right rear and easy left1 # stop speaking immediately
  5404. CMD_SAY_LINE = switch left front and switch right rear and key right rear and easy right1 # speak current line
  5405. CMD_SAY_SLOWER = switch left front and switch right rear and key right rear and easy left2 # decrease speech rate
  5406. CMD_SAY_FASTER = switch left front and switch right rear and key right rear and easy right2 # increase speech rate
  5407. CMD_SPKHOME = switch left front and switch right rear and key right front and easy up1 # go to current (most recent) speech position
  5408. CMD_TUNES = switch left front and switch right rear and key right front and easy down1 # toggle alert tunes on/off
  5409. CMD_RESTARTSPEECH = switch left front and switch right rear and key right front and easy up2 # reinitialize speech driver
  5410. CMD_SWSIM_BQ = switch left front and switch right rear and key right front and easy down2 # 
  5411. CMD_SKPIDLNS = switch left front and switch right rear and key right front and easy left1 # toggle skipping of lines with identical content on/off
  5412. CMD_SKPBLNKWINS = switch left front and switch right rear and key right front and easy right1 # toggle skipping of blank windows on/off
  5413. CMD_SLIDEWIN = switch left front and switch right rear and key right front and easy right2 # toggle sliding window on/off
  5414. BLK_ROUTE = switch left front and switch right rear and routing1 # bring cursor to character
  5415. BLK_PRINDENT = switch left front and switch right rear and easy up1 and routing1 # go up to nearest line without greater indent
  5416. BLK_NXINDENT = switch left front and switch right rear and easy down1 and routing1 # go down to nearest line without greater indent
  5417. BLK_SETLEFT = switch left front and switch right rear and easy up2 and routing1 # position left end of window at character
  5418. BLK_DESCCHAR = switch left front and switch right rear and easy down2 and routing1 # describe character
  5419. BLK_CUTAPPEND = switch left front and switch right rear and easy left1 and routing1 # append to existing cut buffer from character
  5420. BLK_CUTLINE = switch left front and switch right rear and easy right1 and routing1 # linear cut to character
  5421. BLK_CUTBEGIN = switch left front and switch right rear and easy left2 and routing1 # start new cut buffer at character
  5422. BLK_CUTRECT = switch left front and switch right rear and easy right2 and routing1 # rectangular cut to character
  5423. BLK_DESCCHAR = switch left front and switch right rear and routing2 # describe character
  5424. CMD_BACK = switch left front and switch right front and key left rear # go back (undo unexpected cursor tracking motion)
  5425. CMD_HOME = switch left front and switch right front and key left front # go to cursor
  5426. CMD_HELP = switch left front and switch right front and key right rear # enter/leave help display
  5427. CMD_LEARN = switch left front and switch right front and key right front # enter/leave command learn mode
  5428. CMD_SIXDOTS = switch left front and switch right front and key left rear and easy up1 # toggle text style 6-dot/8-dot
  5429. CMD_PASTE = switch left front and switch right front and key left rear and easy down1 # insert cut buffer at cursor
  5430. CMD_CAPBLINK = switch left front and switch right front and key left rear and easy up2 # toggle capital letter blinking on/off
  5431. CMD_CSRJMP_VERT = switch left front and switch right front and key left rear and easy down2 # bring cursor to line (no horizontal motion)
  5432. CMD_DISPMD = switch left front and switch right front and key left rear and easy left1 # toggle display mode attributes/text
  5433. CMD_CSRTRK = switch left front and switch right front and key left rear and easy right1 # toggle cursor tracking on/off
  5434. CMD_ATTRVIS = switch left front and switch right front and key left rear and easy left2 # toggle attribute underlining on/off
  5435. CMD_CSRVIS = switch left front and switch right front and key left rear and easy right2 # toggle cursor visibility on/off
  5436. CMD_AUTOSPEAK = switch left front and switch right front and key left front and easy up1 # toggle autospeak on/off
  5437. CMD_AUTOREPEAT = switch left front and switch right front and key left front and easy down1 # toggle autorepeat on/off
  5438. CMD_RESTARTBRL = switch left front and switch right front and key left front and easy up2 # reinitialize braille driver
  5439. CMD_FREEZE = switch left front and switch right front and key left front and easy down2 # toggle screen mode frozen/live
  5440. CMD_INFO = switch left front and switch right front and key left front and easy left1 # enter/leave status display
  5441. CMD_PREFMENU = switch left front and switch right front and key left front and easy right1 # enter/leave preferences menu
  5442. CMD_PREFLOAD = switch left front and switch right front and key left front and easy left2 # restore saved preferences
  5443. CMD_PREFSAVE = switch left front and switch right front and key left front and easy right2 # save current preferences
  5444. CMD_SAY_ABOVE = switch left front and switch right front and key right rear and easy up1 # speak from top of screen through current line
  5445. CMD_SAY_BELOW = switch left front and switch right front and key right rear and easy down1 # speak from current line through bottom of screen
  5446. CMD_SAY_LOUDER = switch left front and switch right front and key right rear and easy up2 # increase speech volume
  5447. CMD_SAY_SOFTER = switch left front and switch right front and key right rear and easy down2 # decrease speech volume
  5448. CMD_MUTE = switch left front and switch right front and key right rear and easy left1 # stop speaking immediately
  5449. CMD_SAY_LINE = switch left front and switch right front and key right rear and easy right1 # speak current line
  5450. CMD_SAY_SLOWER = switch left front and switch right front and key right rear and easy left2 # decrease speech rate
  5451. CMD_SAY_FASTER = switch left front and switch right front and key right rear and easy right2 # increase speech rate
  5452. CMD_SPKHOME = switch left front and switch right front and key right front and easy up1 # go to current (most recent) speech position
  5453. CMD_TUNES = switch left front and switch right front and key right front and easy down1 # toggle alert tunes on/off
  5454. CMD_RESTARTSPEECH = switch left front and switch right front and key right front and easy up2 # reinitialize speech driver
  5455. CMD_SWSIM_BQ = switch left front and switch right front and key right front and easy down2 # 
  5456. CMD_SKPIDLNS = switch left front and switch right front and key right front and easy left1 # toggle skipping of lines with identical content on/off
  5457. CMD_SKPBLNKWINS = switch left front and switch right front and key right front and easy right1 # toggle skipping of blank windows on/off
  5458. CMD_SLIDEWIN = switch left front and switch right front and key right front and easy right2 # toggle sliding window on/off
  5459. BLK_ROUTE = switch left front and switch right front and routing1 # bring cursor to character
  5460. BLK_PRINDENT = switch left front and switch right front and easy up1 and routing1 # go up to nearest line without greater indent
  5461. BLK_NXINDENT = switch left front and switch right front and easy down1 and routing1 # go down to nearest line without greater indent
  5462. BLK_SETLEFT = switch left front and switch right front and easy up2 and routing1 # position left end of window at character
  5463. BLK_DESCCHAR = switch left front and switch right front and easy down2 and routing1 # describe character
  5464. BLK_CUTAPPEND = switch left front and switch right front and easy left1 and routing1 # append to existing cut buffer from character
  5465. BLK_CUTLINE = switch left front and switch right front and easy right1 and routing1 # linear cut to character
  5466. BLK_CUTBEGIN = switch left front and switch right front and easy left2 and routing1 # start new cut buffer at character
  5467. BLK_CUTRECT = switch left front and switch right front and easy right2 and routing1 # rectangular cut to character
  5468. BLK_DESCCHAR = switch left front and switch right front and routing2 # describe character
  5469. CMD_SWSIM_LC = key left front and key right front and easy up1 # 
  5470. CMD_SWSIM_RC = key left front and key right front and easy down1 # 
  5471. CMD_SWSIM_BQ = key left front and key right front and easy up2 # 
  5472. CMD_SWSIM_BC = key left front and key right front and easy down2 # 
  5473. CMD_SWSIM_LR = key left front and key right front and easy left1 # 
  5474. CMD_SWSIM_RR = key left front and key right front and easy right1 # 
  5475. CMD_SWSIM_LF = key left front and key right front and easy left2 # 
  5476. CMD_SWSIM_RF = key left front and key right front and easy right2 # 
  5477. CMD_SWSIM_LC = switch right rear and key left front and key right front and easy up1 # 
  5478. CMD_SWSIM_RC = switch right rear and key left front and key right front and easy down1 # 
  5479. CMD_SWSIM_BQ = switch right rear and key left front and key right front and easy up2 # 
  5480. CMD_SWSIM_BC = switch right rear and key left front and key right front and easy down2 # 
  5481. CMD_SWSIM_LR = switch right rear and key left front and key right front and easy left1 # 
  5482. CMD_SWSIM_RR = switch right rear and key left front and key right front and easy right1 # 
  5483. CMD_SWSIM_LF = switch right rear and key left front and key right front and easy left2 # 
  5484. CMD_SWSIM_RF = switch right rear and key left front and key right front and easy right2 # 
  5485. CMD_SWSIM_LC = switch right front and key left front and key right front and easy up1 # 
  5486. CMD_SWSIM_RC = switch right front and key left front and key right front and easy down1 # 
  5487. CMD_SWSIM_BQ = switch right front and key left front and key right front and easy up2 # 
  5488. CMD_SWSIM_BC = switch right front and key left front and key right front and easy down2 # 
  5489. CMD_SWSIM_LR = switch right front and key left front and key right front and easy left1 # 
  5490. CMD_SWSIM_RR = switch right front and key left front and key right front and easy right1 # 
  5491. CMD_SWSIM_LF = switch right front and key left front and key right front and easy left2 # 
  5492. CMD_SWSIM_RF = switch right front and key left front and key right front and easy right2 # 
  5493. CMD_SWSIM_LC = switch left rear and key left front and key right front and easy up1 # 
  5494. CMD_SWSIM_RC = switch left rear and key left front and key right front and easy down1 # 
  5495. CMD_SWSIM_BQ = switch left rear and key left front and key right front and easy up2 # 
  5496. CMD_SWSIM_BC = switch left rear and key left front and key right front and easy down2 # 
  5497. CMD_SWSIM_LR = switch left rear and key left front and key right front and easy left1 # 
  5498. CMD_SWSIM_RR = switch left rear and key left front and key right front and easy right1 # 
  5499. CMD_SWSIM_LF = switch left rear and key left front and key right front and easy left2 # 
  5500. CMD_SWSIM_RF = switch left rear and key left front and key right front and easy right2 # 
  5501. CMD_SWSIM_LC = switch left rear and switch right rear and key left front and key right front and easy up1 # 
  5502. CMD_SWSIM_RC = switch left rear and switch right rear and key left front and key right front and easy down1 # 
  5503. CMD_SWSIM_BQ = switch left rear and switch right rear and key left front and key right front and easy up2 # 
  5504. CMD_SWSIM_BC = switch left rear and switch right rear and key left front and key right front and easy down2 # 
  5505. CMD_SWSIM_LR = switch left rear and switch right rear and key left front and key right front and easy left1 # 
  5506. CMD_SWSIM_RR = switch left rear and switch right rear and key left front and key right front and easy right1 # 
  5507. CMD_SWSIM_LF = switch left rear and switch right rear and key left front and key right front and easy left2 # 
  5508. CMD_SWSIM_RF = switch left rear and switch right rear and key left front and key right front and easy right2 # 
  5509. CMD_SWSIM_LC = switch left rear and switch right front and key left front and key right front and easy up1 # 
  5510. CMD_SWSIM_RC = switch left rear and switch right front and key left front and key right front and easy down1 # 
  5511. CMD_SWSIM_BQ = switch left rear and switch right front and key left front and key right front and easy up2 # 
  5512. CMD_SWSIM_BC = switch left rear and switch right front and key left front and key right front and easy down2 # 
  5513. CMD_SWSIM_LR = switch left rear and switch right front and key left front and key right front and easy left1 # 
  5514. CMD_SWSIM_RR = switch left rear and switch right front and key left front and key right front and easy right1 # 
  5515. CMD_SWSIM_LF = switch left rear and switch right front and key left front and key right front and easy left2 # 
  5516. CMD_SWSIM_RF = switch left rear and switch right front and key left front and key right front and easy right2 # 
  5517. CMD_SWSIM_LC = switch left front and key left front and key right front and easy up1 # 
  5518. CMD_SWSIM_RC = switch left front and key left front and key right front and easy down1 # 
  5519. CMD_SWSIM_BQ = switch left front and key left front and key right front and easy up2 # 
  5520. CMD_SWSIM_BC = switch left front and key left front and key right front and easy down2 # 
  5521. CMD_SWSIM_LR = switch left front and key left front and key right front and easy left1 # 
  5522. CMD_SWSIM_RR = switch left front and key left front and key right front and easy right1 # 
  5523. CMD_SWSIM_LF = switch left front and key left front and key right front and easy left2 # 
  5524. CMD_SWSIM_RF = switch left front and key left front and key right front and easy right2 # 
  5525. CMD_SWSIM_LC = switch left front and switch right rear and key left front and key right front and easy up1 # 
  5526. CMD_SWSIM_RC = switch left front and switch right rear and key left front and key right front and easy down1 # 
  5527. CMD_SWSIM_BQ = switch left front and switch right rear and key left front and key right front and easy up2 # 
  5528. CMD_SWSIM_BC = switch left front and switch right rear and key left front and key right front and easy down2 # 
  5529. CMD_SWSIM_LR = switch left front and switch right rear and key left front and key right front and easy left1 # 
  5530. CMD_SWSIM_RR = switch left front and switch right rear and key left front and key right front and easy right1 # 
  5531. CMD_SWSIM_LF = switch left front and switch right rear and key left front and key right front and easy left2 # 
  5532. CMD_SWSIM_RF = switch left front and switch right rear and key left front and key right front and easy right2 # 
  5533. CMD_SWSIM_LC = switch left front and switch right front and key left front and key right front and easy up1 # 
  5534. CMD_SWSIM_RC = switch left front and switch right front and key left front and key right front and easy down1 # 
  5535. CMD_SWSIM_BQ = switch left front and switch right front and key left front and key right front and easy up2 # 
  5536. CMD_SWSIM_BC = switch left front and switch right front and key left front and key right front and easy down2 # 
  5537. CMD_SWSIM_LR = switch left front and switch right front and key left front and key right front and easy left1 # 
  5538. CMD_SWSIM_RR = switch left front and switch right front and key left front and key right front and easy right1 # 
  5539. CMD_SWSIM_LF = switch left front and switch right front and key left front and key right front and easy left2 # 
  5540. CMD_SWSIM_RF = switch left front and switch right front and key left front and key right front and easy right2 # 
  5541. # --------------------------------------------
  5542. # Terminal Parameters:
  5543. identification = 88
  5544. terminal = "BrailleX EL 80s"
  5545. helpfile = "brltty-pm-el_80s.hlp"
  5546. displaysize = 80
  5547. haseasybar = 0 0 1 1
  5548. # Modifier Keys:
  5549. modifier = switch left rear
  5550. modifier = switch left front
  5551. modifier = switch right rear
  5552. modifier = switch right front
  5553. modifier = key left rear
  5554. modifier = key left front
  5555. modifier = key right rear
  5556. modifier = key right front
  5557. modifier = easy up1
  5558. modifier = easy down1
  5559. modifier = easy left1
  5560. modifier = easy right1
  5561. modifier = easy up2
  5562. modifier = easy down2
  5563. modifier = easy left2
  5564. modifier = easy right2
  5565. # Command Definitions:
  5566. CMD_LNUP = easy up1 # go up one line
  5567. CMD_LNDN = easy down1 # go down one line
  5568. CMD_TOP = easy up2 # go to top line
  5569. CMD_BOT = easy down2 # go to bottom line
  5570. CMD_FWINLT = easy left1 # go left one window
  5571. CMD_FWINRT = easy right1 # go right one window
  5572. CMD_LNBEG = easy left2 # go to beginning of line
  5573. CMD_LNEND = easy right2 # go to end of line
  5574. CMD_PRDIFLN = switch left rear and easy up1 # go up to nearest line with different content
  5575. CMD_NXDIFLN = switch left rear and easy down1 # go down to nearest line with different content
  5576. CMD_ATTRUP = switch left rear and easy up2 # go up to nearest line with different highlighting
  5577. CMD_ATTRDN = switch left rear and easy down2 # go down to nearest line with different highlighting
  5578. CMD_PRPROMPT = switch left rear and easy left1 # go up to previous command prompt
  5579. CMD_NXPROMPT = switch left rear and easy right1 # go down to next command prompt
  5580. CMD_PRPGRPH = switch left rear and easy left2 # go up to last line of previous paragraph
  5581. CMD_NXPGRPH = switch left rear and easy right2 # go down to first line of next paragraph
  5582. KEY_CURSOR_UP = switch right rear and easy up1 # send cursor-up key
  5583. KEY_CURSOR_DOWN = switch right rear and easy down1 # send cursor-down key
  5584. KEY_PAGE_UP = switch right rear and easy up2 # send page-up key
  5585. KEY_PAGE_DOWN = switch right rear and easy down2 # send page-down key
  5586. CMD_FWINLT route = switch right rear and easy left1 # go left one window and route cursor
  5587. CMD_FWINRT route = switch right rear and easy right1 # go right one window and route cursor
  5588. CMD_LNBEG route = switch right rear and easy left2 # go to beginning of line and route cursor
  5589. CMD_LNEND route = switch right rear and easy right2 # go to end of line and route cursor
  5590. KEY_CURSOR_UP = switch left rear and switch right rear and easy up1 # send cursor-up key
  5591. KEY_CURSOR_DOWN = switch left rear and switch right rear and easy down1 # send cursor-down key
  5592. KEY_PAGE_UP = switch left rear and switch right rear and easy up2 # send page-up key
  5593. KEY_PAGE_DOWN = switch left rear and switch right rear and easy down2 # send page-down key
  5594. KEY_CURSOR_LEFT = switch left rear and switch right rear and easy left1 # send cursor-left key
  5595. KEY_CURSOR_RIGHT = switch left rear and switch right rear and easy right1 # send cursor-right key
  5596. KEY_HOME = switch left rear and switch right rear and easy left2 # send home key
  5597. KEY_END = switch left rear and switch right rear and easy right2 # send end key
  5598. CMD_PRSEARCH = switch left front and easy up1 # search backward for content of cut buffer
  5599. CMD_NXSEARCH = switch left front and easy down1 # search forward for content of cut buffer
  5600. CMD_HELP = switch left front and easy up2 # enter/leave help display
  5601. CMD_LEARN = switch left front and easy down2 # enter/leave command learn mode
  5602. CMD_CHRLT = switch left front and easy left1 # go left one character
  5603. CMD_CHRRT = switch left front and easy right1 # go right one character
  5604. CMD_HWINLT = switch left front and easy left2 # go left half a window
  5605. CMD_HWINRT = switch left front and easy right2 # go right half a window
  5606. CMD_MENU_PREV_ITEM = switch right front and easy up1 # go to previous item in menu
  5607. CMD_MENU_NEXT_ITEM = switch right front and easy down1 # go to next item in menu
  5608. CMD_MENU_FIRST_ITEM = switch right front and easy up2 # go to first item in menu
  5609. CMD_MENU_LAST_ITEM = switch right front and easy down2 # go to last item in menu
  5610. CMD_MENU_PREV_SETTING = switch right front and easy left1 # change current item in menu to previous choice
  5611. CMD_MENU_NEXT_SETTING = switch right front and easy right1 # change current item in menu to next choice
  5612. CMD_PREFLOAD = switch right front and easy left2 # restore saved preferences
  5613. CMD_PREFSAVE = switch right front and easy right2 # save current preferences
  5614. CMD_BACK = key left rear # go back (undo unexpected cursor tracking motion)
  5615. CMD_HOME = key left front # go to cursor
  5616. CMD_HELP = key right rear # enter/leave help display
  5617. CMD_LEARN = key right front # enter/leave command learn mode
  5618. CMD_SIXDOTS = key left rear and easy up1 # toggle text style 6-dot/8-dot
  5619. CMD_PASTE = key left rear and easy down1 # insert cut buffer at cursor
  5620. CMD_CAPBLINK = key left rear and easy up2 # toggle capital letter blinking on/off
  5621. CMD_CSRJMP_VERT = key left rear and easy down2 # bring cursor to line (no horizontal motion)
  5622. CMD_DISPMD = key left rear and easy left1 # toggle display mode attributes/text
  5623. CMD_CSRTRK = key left rear and easy right1 # toggle cursor tracking on/off
  5624. CMD_ATTRVIS = key left rear and easy left2 # toggle attribute underlining on/off
  5625. CMD_CSRVIS = key left rear and easy right2 # toggle cursor visibility on/off
  5626. CMD_AUTOSPEAK = key left front and easy up1 # toggle autospeak on/off
  5627. CMD_AUTOREPEAT = key left front and easy down1 # toggle autorepeat on/off
  5628. CMD_RESTARTBRL = key left front and easy up2 # reinitialize braille driver
  5629. CMD_FREEZE = key left front and easy down2 # toggle screen mode frozen/live
  5630. CMD_INFO = key left front and easy left1 # enter/leave status display
  5631. CMD_PREFMENU = key left front and easy right1 # enter/leave preferences menu
  5632. CMD_PREFLOAD = key left front and easy left2 # restore saved preferences
  5633. CMD_PREFSAVE = key left front and easy right2 # save current preferences
  5634. CMD_SAY_ABOVE = key right rear and easy up1 # speak from top of screen through current line
  5635. CMD_SAY_BELOW = key right rear and easy down1 # speak from current line through bottom of screen
  5636. CMD_SAY_LOUDER = key right rear and easy up2 # increase speech volume
  5637. CMD_SAY_SOFTER = key right rear and easy down2 # decrease speech volume
  5638. CMD_MUTE = key right rear and easy left1 # stop speaking immediately
  5639. CMD_SAY_LINE = key right rear and easy right1 # speak current line
  5640. CMD_SAY_SLOWER = key right rear and easy left2 # decrease speech rate
  5641. CMD_SAY_FASTER = key right rear and easy right2 # increase speech rate
  5642. CMD_SPKHOME = key right front and easy up1 # go to current (most recent) speech position
  5643. CMD_TUNES = key right front and easy down1 # toggle alert tunes on/off
  5644. CMD_RESTARTSPEECH = key right front and easy up2 # reinitialize speech driver
  5645. CMD_SWSIM_BQ = key right front and easy down2 # 
  5646. CMD_SKPIDLNS = key right front and easy left1 # toggle skipping of lines with identical content on/off
  5647. CMD_SKPBLNKWINS = key right front and easy right1 # toggle skipping of blank windows on/off
  5648. CMD_SLIDEWIN = key right front and easy right2 # toggle sliding window on/off
  5649. BLK_ROUTE = routing1 # bring cursor to character
  5650. BLK_PRINDENT = easy up1 and routing1 # go up to nearest line without greater indent
  5651. BLK_NXINDENT = easy down1 and routing1 # go down to nearest line without greater indent
  5652. BLK_SETLEFT = easy up2 and routing1 # position left end of window at character
  5653. BLK_DESCCHAR = easy down2 and routing1 # describe character
  5654. BLK_CUTAPPEND = easy left1 and routing1 # append to existing cut buffer from character
  5655. BLK_CUTLINE = easy right1 and routing1 # linear cut to character
  5656. BLK_CUTBEGIN = easy left2 and routing1 # start new cut buffer at character
  5657. BLK_CUTRECT = easy right2 and routing1 # rectangular cut to character
  5658. BLK_DESCCHAR = routing2 # describe character
  5659. CMD_BACK = switch right rear and key left rear # go back (undo unexpected cursor tracking motion)
  5660. CMD_HOME = switch right rear and key left front # go to cursor
  5661. CMD_HELP = switch right rear and key right rear # enter/leave help display
  5662. CMD_LEARN = switch right rear and key right front # enter/leave command learn mode
  5663. CMD_SIXDOTS = switch right rear and key left rear and easy up1 # toggle text style 6-dot/8-dot
  5664. CMD_PASTE = switch right rear and key left rear and easy down1 # insert cut buffer at cursor
  5665. CMD_CAPBLINK = switch right rear and key left rear and easy up2 # toggle capital letter blinking on/off
  5666. CMD_CSRJMP_VERT = switch right rear and key left rear and easy down2 # bring cursor to line (no horizontal motion)
  5667. CMD_DISPMD = switch right rear and key left rear and easy left1 # toggle display mode attributes/text
  5668. CMD_CSRTRK = switch right rear and key left rear and easy right1 # toggle cursor tracking on/off
  5669. CMD_ATTRVIS = switch right rear and key left rear and easy left2 # toggle attribute underlining on/off
  5670. CMD_CSRVIS = switch right rear and key left rear and easy right2 # toggle cursor visibility on/off
  5671. CMD_AUTOSPEAK = switch right rear and key left front and easy up1 # toggle autospeak on/off
  5672. CMD_AUTOREPEAT = switch right rear and key left front and easy down1 # toggle autorepeat on/off
  5673. CMD_RESTARTBRL = switch right rear and key left front and easy up2 # reinitialize braille driver
  5674. CMD_FREEZE = switch right rear and key left front and easy down2 # toggle screen mode frozen/live
  5675. CMD_INFO = switch right rear and key left front and easy left1 # enter/leave status display
  5676. CMD_PREFMENU = switch right rear and key left front and easy right1 # enter/leave preferences menu
  5677. CMD_PREFLOAD = switch right rear and key left front and easy left2 # restore saved preferences
  5678. CMD_PREFSAVE = switch right rear and key left front and easy right2 # save current preferences
  5679. CMD_SAY_ABOVE = switch right rear and key right rear and easy up1 # speak from top of screen through current line
  5680. CMD_SAY_BELOW = switch right rear and key right rear and easy down1 # speak from current line through bottom of screen
  5681. CMD_SAY_LOUDER = switch right rear and key right rear and easy up2 # increase speech volume
  5682. CMD_SAY_SOFTER = switch right rear and key right rear and easy down2 # decrease speech volume
  5683. CMD_MUTE = switch right rear and key right rear and easy left1 # stop speaking immediately
  5684. CMD_SAY_LINE = switch right rear and key right rear and easy right1 # speak current line
  5685. CMD_SAY_SLOWER = switch right rear and key right rear and easy left2 # decrease speech rate
  5686. CMD_SAY_FASTER = switch right rear and key right rear and easy right2 # increase speech rate
  5687. CMD_SPKHOME = switch right rear and key right front and easy up1 # go to current (most recent) speech position
  5688. CMD_TUNES = switch right rear and key right front and easy down1 # toggle alert tunes on/off
  5689. CMD_RESTARTSPEECH = switch right rear and key right front and easy up2 # reinitialize speech driver
  5690. CMD_SWSIM_BQ = switch right rear and key right front and easy down2 # 
  5691. CMD_SKPIDLNS = switch right rear and key right front and easy left1 # toggle skipping of lines with identical content on/off
  5692. CMD_SKPBLNKWINS = switch right rear and key right front and easy right1 # toggle skipping of blank windows on/off
  5693. CMD_SLIDEWIN = switch right rear and key right front and easy right2 # toggle sliding window on/off
  5694. BLK_ROUTE = switch right rear and routing1 # bring cursor to character
  5695. BLK_PRINDENT = switch right rear and easy up1 and routing1 # go up to nearest line without greater indent
  5696. BLK_NXINDENT = switch right rear and easy down1 and routing1 # go down to nearest line without greater indent
  5697. BLK_SETLEFT = switch right rear and easy up2 and routing1 # position left end of window at character
  5698. BLK_DESCCHAR = switch right rear and easy down2 and routing1 # describe character
  5699. BLK_CUTAPPEND = switch right rear and easy left1 and routing1 # append to existing cut buffer from character
  5700. BLK_CUTLINE = switch right rear and easy right1 and routing1 # linear cut to character
  5701. BLK_CUTBEGIN = switch right rear and easy left2 and routing1 # start new cut buffer at character
  5702. BLK_CUTRECT = switch right rear and easy right2 and routing1 # rectangular cut to character
  5703. BLK_DESCCHAR = switch right rear and routing2 # describe character
  5704. CMD_BACK = switch right front and key left rear # go back (undo unexpected cursor tracking motion)
  5705. CMD_HOME = switch right front and key left front # go to cursor
  5706. CMD_HELP = switch right front and key right rear # enter/leave help display
  5707. CMD_LEARN = switch right front and key right front # enter/leave command learn mode
  5708. CMD_SIXDOTS = switch right front and key left rear and easy up1 # toggle text style 6-dot/8-dot
  5709. CMD_PASTE = switch right front and key left rear and easy down1 # insert cut buffer at cursor
  5710. CMD_CAPBLINK = switch right front and key left rear and easy up2 # toggle capital letter blinking on/off
  5711. CMD_CSRJMP_VERT = switch right front and key left rear and easy down2 # bring cursor to line (no horizontal motion)
  5712. CMD_DISPMD = switch right front and key left rear and easy left1 # toggle display mode attributes/text
  5713. CMD_CSRTRK = switch right front and key left rear and easy right1 # toggle cursor tracking on/off
  5714. CMD_ATTRVIS = switch right front and key left rear and easy left2 # toggle attribute underlining on/off
  5715. CMD_CSRVIS = switch right front and key left rear and easy right2 # toggle cursor visibility on/off
  5716. CMD_AUTOSPEAK = switch right front and key left front and easy up1 # toggle autospeak on/off
  5717. CMD_AUTOREPEAT = switch right front and key left front and easy down1 # toggle autorepeat on/off
  5718. CMD_RESTARTBRL = switch right front and key left front and easy up2 # reinitialize braille driver
  5719. CMD_FREEZE = switch right front and key left front and easy down2 # toggle screen mode frozen/live
  5720. CMD_INFO = switch right front and key left front and easy left1 # enter/leave status display
  5721. CMD_PREFMENU = switch right front and key left front and easy right1 # enter/leave preferences menu
  5722. CMD_PREFLOAD = switch right front and key left front and easy left2 # restore saved preferences
  5723. CMD_PREFSAVE = switch right front and key left front and easy right2 # save current preferences
  5724. CMD_SAY_ABOVE = switch right front and key right rear and easy up1 # speak from top of screen through current line
  5725. CMD_SAY_BELOW = switch right front and key right rear and easy down1 # speak from current line through bottom of screen
  5726. CMD_SAY_LOUDER = switch right front and key right rear and easy up2 # increase speech volume
  5727. CMD_SAY_SOFTER = switch right front and key right rear and easy down2 # decrease speech volume
  5728. CMD_MUTE = switch right front and key right rear and easy left1 # stop speaking immediately
  5729. CMD_SAY_LINE = switch right front and key right rear and easy right1 # speak current line
  5730. CMD_SAY_SLOWER = switch right front and key right rear and easy left2 # decrease speech rate
  5731. CMD_SAY_FASTER = switch right front and key right rear and easy right2 # increase speech rate
  5732. CMD_SPKHOME = switch right front and key right front and easy up1 # go to current (most recent) speech position
  5733. CMD_TUNES = switch right front and key right front and easy down1 # toggle alert tunes on/off
  5734. CMD_RESTARTSPEECH = switch right front and key right front and easy up2 # reinitialize speech driver
  5735. CMD_SWSIM_BQ = switch right front and key right front and easy down2 # 
  5736. CMD_SKPIDLNS = switch right front and key right front and easy left1 # toggle skipping of lines with identical content on/off
  5737. CMD_SKPBLNKWINS = switch right front and key right front and easy right1 # toggle skipping of blank windows on/off
  5738. CMD_SLIDEWIN = switch right front and key right front and easy right2 # toggle sliding window on/off
  5739. BLK_ROUTE = switch right front and routing1 # bring cursor to character
  5740. BLK_PRINDENT = switch right front and easy up1 and routing1 # go up to nearest line without greater indent
  5741. BLK_NXINDENT = switch right front and easy down1 and routing1 # go down to nearest line without greater indent
  5742. BLK_SETLEFT = switch right front and easy up2 and routing1 # position left end of window at character
  5743. BLK_DESCCHAR = switch right front and easy down2 and routing1 # describe character
  5744. BLK_CUTAPPEND = switch right front and easy left1 and routing1 # append to existing cut buffer from character
  5745. BLK_CUTLINE = switch right front and easy right1 and routing1 # linear cut to character
  5746. BLK_CUTBEGIN = switch right front and easy left2 and routing1 # start new cut buffer at character
  5747. BLK_CUTRECT = switch right front and easy right2 and routing1 # rectangular cut to character
  5748. BLK_DESCCHAR = switch right front and routing2 # describe character
  5749. CMD_BACK = switch left rear and key left rear # go back (undo unexpected cursor tracking motion)
  5750. CMD_HOME = switch left rear and key left front # go to cursor
  5751. CMD_HELP = switch left rear and key right rear # enter/leave help display
  5752. CMD_LEARN = switch left rear and key right front # enter/leave command learn mode
  5753. CMD_SIXDOTS = switch left rear and key left rear and easy up1 # toggle text style 6-dot/8-dot
  5754. CMD_PASTE = switch left rear and key left rear and easy down1 # insert cut buffer at cursor
  5755. CMD_CAPBLINK = switch left rear and key left rear and easy up2 # toggle capital letter blinking on/off
  5756. CMD_CSRJMP_VERT = switch left rear and key left rear and easy down2 # bring cursor to line (no horizontal motion)
  5757. CMD_DISPMD = switch left rear and key left rear and easy left1 # toggle display mode attributes/text
  5758. CMD_CSRTRK = switch left rear and key left rear and easy right1 # toggle cursor tracking on/off
  5759. CMD_ATTRVIS = switch left rear and key left rear and easy left2 # toggle attribute underlining on/off
  5760. CMD_CSRVIS = switch left rear and key left rear and easy right2 # toggle cursor visibility on/off
  5761. CMD_AUTOSPEAK = switch left rear and key left front and easy up1 # toggle autospeak on/off
  5762. CMD_AUTOREPEAT = switch left rear and key left front and easy down1 # toggle autorepeat on/off
  5763. CMD_RESTARTBRL = switch left rear and key left front and easy up2 # reinitialize braille driver
  5764. CMD_FREEZE = switch left rear and key left front and easy down2 # toggle screen mode frozen/live
  5765. CMD_INFO = switch left rear and key left front and easy left1 # enter/leave status display
  5766. CMD_PREFMENU = switch left rear and key left front and easy right1 # enter/leave preferences menu
  5767. CMD_PREFLOAD = switch left rear and key left front and easy left2 # restore saved preferences
  5768. CMD_PREFSAVE = switch left rear and key left front and easy right2 # save current preferences
  5769. CMD_SAY_ABOVE = switch left rear and key right rear and easy up1 # speak from top of screen through current line
  5770. CMD_SAY_BELOW = switch left rear and key right rear and easy down1 # speak from current line through bottom of screen
  5771. CMD_SAY_LOUDER = switch left rear and key right rear and easy up2 # increase speech volume
  5772. CMD_SAY_SOFTER = switch left rear and key right rear and easy down2 # decrease speech volume
  5773. CMD_MUTE = switch left rear and key right rear and easy left1 # stop speaking immediately
  5774. CMD_SAY_LINE = switch left rear and key right rear and easy right1 # speak current line
  5775. CMD_SAY_SLOWER = switch left rear and key right rear and easy left2 # decrease speech rate
  5776. CMD_SAY_FASTER = switch left rear and key right rear and easy right2 # increase speech rate
  5777. CMD_SPKHOME = switch left rear and key right front and easy up1 # go to current (most recent) speech position
  5778. CMD_TUNES = switch left rear and key right front and easy down1 # toggle alert tunes on/off
  5779. CMD_RESTARTSPEECH = switch left rear and key right front and easy up2 # reinitialize speech driver
  5780. CMD_SWSIM_BQ = switch left rear and key right front and easy down2 # 
  5781. CMD_SKPIDLNS = switch left rear and key right front and easy left1 # toggle skipping of lines with identical content on/off
  5782. CMD_SKPBLNKWINS = switch left rear and key right front and easy right1 # toggle skipping of blank windows on/off
  5783. CMD_SLIDEWIN = switch left rear and key right front and easy right2 # toggle sliding window on/off
  5784. BLK_ROUTE = switch left rear and routing1 # bring cursor to character
  5785. BLK_PRINDENT = switch left rear and easy up1 and routing1 # go up to nearest line without greater indent
  5786. BLK_NXINDENT = switch left rear and easy down1 and routing1 # go down to nearest line without greater indent
  5787. BLK_SETLEFT = switch left rear and easy up2 and routing1 # position left end of window at character
  5788. BLK_DESCCHAR = switch left rear and easy down2 and routing1 # describe character
  5789. BLK_CUTAPPEND = switch left rear and easy left1 and routing1 # append to existing cut buffer from character
  5790. BLK_CUTLINE = switch left rear and easy right1 and routing1 # linear cut to character
  5791. BLK_CUTBEGIN = switch left rear and easy left2 and routing1 # start new cut buffer at character
  5792. BLK_CUTRECT = switch left rear and easy right2 and routing1 # rectangular cut to character
  5793. BLK_DESCCHAR = switch left rear and routing2 # describe character
  5794. CMD_BACK = switch left rear and switch right rear and key left rear # go back (undo unexpected cursor tracking motion)
  5795. CMD_HOME = switch left rear and switch right rear and key left front # go to cursor
  5796. CMD_HELP = switch left rear and switch right rear and key right rear # enter/leave help display
  5797. CMD_LEARN = switch left rear and switch right rear and key right front # enter/leave command learn mode
  5798. CMD_SIXDOTS = switch left rear and switch right rear and key left rear and easy up1 # toggle text style 6-dot/8-dot
  5799. CMD_PASTE = switch left rear and switch right rear and key left rear and easy down1 # insert cut buffer at cursor
  5800. CMD_CAPBLINK = switch left rear and switch right rear and key left rear and easy up2 # toggle capital letter blinking on/off
  5801. CMD_CSRJMP_VERT = switch left rear and switch right rear and key left rear and easy down2 # bring cursor to line (no horizontal motion)
  5802. CMD_DISPMD = switch left rear and switch right rear and key left rear and easy left1 # toggle display mode attributes/text
  5803. CMD_CSRTRK = switch left rear and switch right rear and key left rear and easy right1 # toggle cursor tracking on/off
  5804. CMD_ATTRVIS = switch left rear and switch right rear and key left rear and easy left2 # toggle attribute underlining on/off
  5805. CMD_CSRVIS = switch left rear and switch right rear and key left rear and easy right2 # toggle cursor visibility on/off
  5806. CMD_AUTOSPEAK = switch left rear and switch right rear and key left front and easy up1 # toggle autospeak on/off
  5807. CMD_AUTOREPEAT = switch left rear and switch right rear and key left front and easy down1 # toggle autorepeat on/off
  5808. CMD_RESTARTBRL = switch left rear and switch right rear and key left front and easy up2 # reinitialize braille driver
  5809. CMD_FREEZE = switch left rear and switch right rear and key left front and easy down2 # toggle screen mode frozen/live
  5810. CMD_INFO = switch left rear and switch right rear and key left front and easy left1 # enter/leave status display
  5811. CMD_PREFMENU = switch left rear and switch right rear and key left front and easy right1 # enter/leave preferences menu
  5812. CMD_PREFLOAD = switch left rear and switch right rear and key left front and easy left2 # restore saved preferences
  5813. CMD_PREFSAVE = switch left rear and switch right rear and key left front and easy right2 # save current preferences
  5814. CMD_SAY_ABOVE = switch left rear and switch right rear and key right rear and easy up1 # speak from top of screen through current line
  5815. CMD_SAY_BELOW = switch left rear and switch right rear and key right rear and easy down1 # speak from current line through bottom of screen
  5816. CMD_SAY_LOUDER = switch left rear and switch right rear and key right rear and easy up2 # increase speech volume
  5817. CMD_SAY_SOFTER = switch left rear and switch right rear and key right rear and easy down2 # decrease speech volume
  5818. CMD_MUTE = switch left rear and switch right rear and key right rear and easy left1 # stop speaking immediately
  5819. CMD_SAY_LINE = switch left rear and switch right rear and key right rear and easy right1 # speak current line
  5820. CMD_SAY_SLOWER = switch left rear and switch right rear and key right rear and easy left2 # decrease speech rate
  5821. CMD_SAY_FASTER = switch left rear and switch right rear and key right rear and easy right2 # increase speech rate
  5822. CMD_SPKHOME = switch left rear and switch right rear and key right front and easy up1 # go to current (most recent) speech position
  5823. CMD_TUNES = switch left rear and switch right rear and key right front and easy down1 # toggle alert tunes on/off
  5824. CMD_RESTARTSPEECH = switch left rear and switch right rear and key right front and easy up2 # reinitialize speech driver
  5825. CMD_SWSIM_BQ = switch left rear and switch right rear and key right front and easy down2 # 
  5826. CMD_SKPIDLNS = switch left rear and switch right rear and key right front and easy left1 # toggle skipping of lines with identical content on/off
  5827. CMD_SKPBLNKWINS = switch left rear and switch right rear and key right front and easy right1 # toggle skipping of blank windows on/off
  5828. CMD_SLIDEWIN = switch left rear and switch right rear and key right front and easy right2 # toggle sliding window on/off
  5829. BLK_ROUTE = switch left rear and switch right rear and routing1 # bring cursor to character
  5830. BLK_PRINDENT = switch left rear and switch right rear and easy up1 and routing1 # go up to nearest line without greater indent
  5831. BLK_NXINDENT = switch left rear and switch right rear and easy down1 and routing1 # go down to nearest line without greater indent
  5832. BLK_SETLEFT = switch left rear and switch right rear and easy up2 and routing1 # position left end of window at character
  5833. BLK_DESCCHAR = switch left rear and switch right rear and easy down2 and routing1 # describe character
  5834. BLK_CUTAPPEND = switch left rear and switch right rear and easy left1 and routing1 # append to existing cut buffer from character
  5835. BLK_CUTLINE = switch left rear and switch right rear and easy right1 and routing1 # linear cut to character
  5836. BLK_CUTBEGIN = switch left rear and switch right rear and easy left2 and routing1 # start new cut buffer at character
  5837. BLK_CUTRECT = switch left rear and switch right rear and easy right2 and routing1 # rectangular cut to character
  5838. BLK_DESCCHAR = switch left rear and switch right rear and routing2 # describe character
  5839. CMD_BACK = switch left rear and switch right front and key left rear # go back (undo unexpected cursor tracking motion)
  5840. CMD_HOME = switch left rear and switch right front and key left front # go to cursor
  5841. CMD_HELP = switch left rear and switch right front and key right rear # enter/leave help display
  5842. CMD_LEARN = switch left rear and switch right front and key right front # enter/leave command learn mode
  5843. CMD_SIXDOTS = switch left rear and switch right front and key left rear and easy up1 # toggle text style 6-dot/8-dot
  5844. CMD_PASTE = switch left rear and switch right front and key left rear and easy down1 # insert cut buffer at cursor
  5845. CMD_CAPBLINK = switch left rear and switch right front and key left rear and easy up2 # toggle capital letter blinking on/off
  5846. CMD_CSRJMP_VERT = switch left rear and switch right front and key left rear and easy down2 # bring cursor to line (no horizontal motion)
  5847. CMD_DISPMD = switch left rear and switch right front and key left rear and easy left1 # toggle display mode attributes/text
  5848. CMD_CSRTRK = switch left rear and switch right front and key left rear and easy right1 # toggle cursor tracking on/off
  5849. CMD_ATTRVIS = switch left rear and switch right front and key left rear and easy left2 # toggle attribute underlining on/off
  5850. CMD_CSRVIS = switch left rear and switch right front and key left rear and easy right2 # toggle cursor visibility on/off
  5851. CMD_AUTOSPEAK = switch left rear and switch right front and key left front and easy up1 # toggle autospeak on/off
  5852. CMD_AUTOREPEAT = switch left rear and switch right front and key left front and easy down1 # toggle autorepeat on/off
  5853. CMD_RESTARTBRL = switch left rear and switch right front and key left front and easy up2 # reinitialize braille driver
  5854. CMD_FREEZE = switch left rear and switch right front and key left front and easy down2 # toggle screen mode frozen/live
  5855. CMD_INFO = switch left rear and switch right front and key left front and easy left1 # enter/leave status display
  5856. CMD_PREFMENU = switch left rear and switch right front and key left front and easy right1 # enter/leave preferences menu
  5857. CMD_PREFLOAD = switch left rear and switch right front and key left front and easy left2 # restore saved preferences
  5858. CMD_PREFSAVE = switch left rear and switch right front and key left front and easy right2 # save current preferences
  5859. CMD_SAY_ABOVE = switch left rear and switch right front and key right rear and easy up1 # speak from top of screen through current line
  5860. CMD_SAY_BELOW = switch left rear and switch right front and key right rear and easy down1 # speak from current line through bottom of screen
  5861. CMD_SAY_LOUDER = switch left rear and switch right front and key right rear and easy up2 # increase speech volume
  5862. CMD_SAY_SOFTER = switch left rear and switch right front and key right rear and easy down2 # decrease speech volume
  5863. CMD_MUTE = switch left rear and switch right front and key right rear and easy left1 # stop speaking immediately
  5864. CMD_SAY_LINE = switch left rear and switch right front and key right rear and easy right1 # speak current line
  5865. CMD_SAY_SLOWER = switch left rear and switch right front and key right rear and easy left2 # decrease speech rate
  5866. CMD_SAY_FASTER = switch left rear and switch right front and key right rear and easy right2 # increase speech rate
  5867. CMD_SPKHOME = switch left rear and switch right front and key right front and easy up1 # go to current (most recent) speech position
  5868. CMD_TUNES = switch left rear and switch right front and key right front and easy down1 # toggle alert tunes on/off
  5869. CMD_RESTARTSPEECH = switch left rear and switch right front and key right front and easy up2 # reinitialize speech driver
  5870. CMD_SWSIM_BQ = switch left rear and switch right front and key right front and easy down2 # 
  5871. CMD_SKPIDLNS = switch left rear and switch right front and key right front and easy left1 # toggle skipping of lines with identical content on/off
  5872. CMD_SKPBLNKWINS = switch left rear and switch right front and key right front and easy right1 # toggle skipping of blank windows on/off
  5873. CMD_SLIDEWIN = switch left rear and switch right front and key right front and easy right2 # toggle sliding window on/off
  5874. BLK_ROUTE = switch left rear and switch right front and routing1 # bring cursor to character
  5875. BLK_PRINDENT = switch left rear and switch right front and easy up1 and routing1 # go up to nearest line without greater indent
  5876. BLK_NXINDENT = switch left rear and switch right front and easy down1 and routing1 # go down to nearest line without greater indent
  5877. BLK_SETLEFT = switch left rear and switch right front and easy up2 and routing1 # position left end of window at character
  5878. BLK_DESCCHAR = switch left rear and switch right front and easy down2 and routing1 # describe character
  5879. BLK_CUTAPPEND = switch left rear and switch right front and easy left1 and routing1 # append to existing cut buffer from character
  5880. BLK_CUTLINE = switch left rear and switch right front and easy right1 and routing1 # linear cut to character
  5881. BLK_CUTBEGIN = switch left rear and switch right front and easy left2 and routing1 # start new cut buffer at character
  5882. BLK_CUTRECT = switch left rear and switch right front and easy right2 and routing1 # rectangular cut to character
  5883. BLK_DESCCHAR = switch left rear and switch right front and routing2 # describe character
  5884. CMD_BACK = switch left front and key left rear # go back (undo unexpected cursor tracking motion)
  5885. CMD_HOME = switch left front and key left front # go to cursor
  5886. CMD_HELP = switch left front and key right rear # enter/leave help display
  5887. CMD_LEARN = switch left front and key right front # enter/leave command learn mode
  5888. CMD_SIXDOTS = switch left front and key left rear and easy up1 # toggle text style 6-dot/8-dot
  5889. CMD_PASTE = switch left front and key left rear and easy down1 # insert cut buffer at cursor
  5890. CMD_CAPBLINK = switch left front and key left rear and easy up2 # toggle capital letter blinking on/off
  5891. CMD_CSRJMP_VERT = switch left front and key left rear and easy down2 # bring cursor to line (no horizontal motion)
  5892. CMD_DISPMD = switch left front and key left rear and easy left1 # toggle display mode attributes/text
  5893. CMD_CSRTRK = switch left front and key left rear and easy right1 # toggle cursor tracking on/off
  5894. CMD_ATTRVIS = switch left front and key left rear and easy left2 # toggle attribute underlining on/off
  5895. CMD_CSRVIS = switch left front and key left rear and easy right2 # toggle cursor visibility on/off
  5896. CMD_AUTOSPEAK = switch left front and key left front and easy up1 # toggle autospeak on/off
  5897. CMD_AUTOREPEAT = switch left front and key left front and easy down1 # toggle autorepeat on/off
  5898. CMD_RESTARTBRL = switch left front and key left front and easy up2 # reinitialize braille driver
  5899. CMD_FREEZE = switch left front and key left front and easy down2 # toggle screen mode frozen/live
  5900. CMD_INFO = switch left front and key left front and easy left1 # enter/leave status display
  5901. CMD_PREFMENU = switch left front and key left front and easy right1 # enter/leave preferences menu
  5902. CMD_PREFLOAD = switch left front and key left front and easy left2 # restore saved preferences
  5903. CMD_PREFSAVE = switch left front and key left front and easy right2 # save current preferences
  5904. CMD_SAY_ABOVE = switch left front and key right rear and easy up1 # speak from top of screen through current line
  5905. CMD_SAY_BELOW = switch left front and key right rear and easy down1 # speak from current line through bottom of screen
  5906. CMD_SAY_LOUDER = switch left front and key right rear and easy up2 # increase speech volume
  5907. CMD_SAY_SOFTER = switch left front and key right rear and easy down2 # decrease speech volume
  5908. CMD_MUTE = switch left front and key right rear and easy left1 # stop speaking immediately
  5909. CMD_SAY_LINE = switch left front and key right rear and easy right1 # speak current line
  5910. CMD_SAY_SLOWER = switch left front and key right rear and easy left2 # decrease speech rate
  5911. CMD_SAY_FASTER = switch left front and key right rear and easy right2 # increase speech rate
  5912. CMD_SPKHOME = switch left front and key right front and easy up1 # go to current (most recent) speech position
  5913. CMD_TUNES = switch left front and key right front and easy down1 # toggle alert tunes on/off
  5914. CMD_RESTARTSPEECH = switch left front and key right front and easy up2 # reinitialize speech driver
  5915. CMD_SWSIM_BQ = switch left front and key right front and easy down2 # 
  5916. CMD_SKPIDLNS = switch left front and key right front and easy left1 # toggle skipping of lines with identical content on/off
  5917. CMD_SKPBLNKWINS = switch left front and key right front and easy right1 # toggle skipping of blank windows on/off
  5918. CMD_SLIDEWIN = switch left front and key right front and easy right2 # toggle sliding window on/off
  5919. BLK_ROUTE = switch left front and routing1 # bring cursor to character
  5920. BLK_PRINDENT = switch left front and easy up1 and routing1 # go up to nearest line without greater indent
  5921. BLK_NXINDENT = switch left front and easy down1 and routing1 # go down to nearest line without greater indent
  5922. BLK_SETLEFT = switch left front and easy up2 and routing1 # position left end of window at character
  5923. BLK_DESCCHAR = switch left front and easy down2 and routing1 # describe character
  5924. BLK_CUTAPPEND = switch left front and easy left1 and routing1 # append to existing cut buffer from character
  5925. BLK_CUTLINE = switch left front and easy right1 and routing1 # linear cut to character
  5926. BLK_CUTBEGIN = switch left front and easy left2 and routing1 # start new cut buffer at character
  5927. BLK_CUTRECT = switch left front and easy right2 and routing1 # rectangular cut to character
  5928. BLK_DESCCHAR = switch left front and routing2 # describe character
  5929. CMD_BACK = switch left front and switch right rear and key left rear # go back (undo unexpected cursor tracking motion)
  5930. CMD_HOME = switch left front and switch right rear and key left front # go to cursor
  5931. CMD_HELP = switch left front and switch right rear and key right rear # enter/leave help display
  5932. CMD_LEARN = switch left front and switch right rear and key right front # enter/leave command learn mode
  5933. CMD_SIXDOTS = switch left front and switch right rear and key left rear and easy up1 # toggle text style 6-dot/8-dot
  5934. CMD_PASTE = switch left front and switch right rear and key left rear and easy down1 # insert cut buffer at cursor
  5935. CMD_CAPBLINK = switch left front and switch right rear and key left rear and easy up2 # toggle capital letter blinking on/off
  5936. CMD_CSRJMP_VERT = switch left front and switch right rear and key left rear and easy down2 # bring cursor to line (no horizontal motion)
  5937. CMD_DISPMD = switch left front and switch right rear and key left rear and easy left1 # toggle display mode attributes/text
  5938. CMD_CSRTRK = switch left front and switch right rear and key left rear and easy right1 # toggle cursor tracking on/off
  5939. CMD_ATTRVIS = switch left front and switch right rear and key left rear and easy left2 # toggle attribute underlining on/off
  5940. CMD_CSRVIS = switch left front and switch right rear and key left rear and easy right2 # toggle cursor visibility on/off
  5941. CMD_AUTOSPEAK = switch left front and switch right rear and key left front and easy up1 # toggle autospeak on/off
  5942. CMD_AUTOREPEAT = switch left front and switch right rear and key left front and easy down1 # toggle autorepeat on/off
  5943. CMD_RESTARTBRL = switch left front and switch right rear and key left front and easy up2 # reinitialize braille driver
  5944. CMD_FREEZE = switch left front and switch right rear and key left front and easy down2 # toggle screen mode frozen/live
  5945. CMD_INFO = switch left front and switch right rear and key left front and easy left1 # enter/leave status display
  5946. CMD_PREFMENU = switch left front and switch right rear and key left front and easy right1 # enter/leave preferences menu
  5947. CMD_PREFLOAD = switch left front and switch right rear and key left front and easy left2 # restore saved preferences
  5948. CMD_PREFSAVE = switch left front and switch right rear and key left front and easy right2 # save current preferences
  5949. CMD_SAY_ABOVE = switch left front and switch right rear and key right rear and easy up1 # speak from top of screen through current line
  5950. CMD_SAY_BELOW = switch left front and switch right rear and key right rear and easy down1 # speak from current line through bottom of screen
  5951. CMD_SAY_LOUDER = switch left front and switch right rear and key right rear and easy up2 # increase speech volume
  5952. CMD_SAY_SOFTER = switch left front and switch right rear and key right rear and easy down2 # decrease speech volume
  5953. CMD_MUTE = switch left front and switch right rear and key right rear and easy left1 # stop speaking immediately
  5954. CMD_SAY_LINE = switch left front and switch right rear and key right rear and easy right1 # speak current line
  5955. CMD_SAY_SLOWER = switch left front and switch right rear and key right rear and easy left2 # decrease speech rate
  5956. CMD_SAY_FASTER = switch left front and switch right rear and key right rear and easy right2 # increase speech rate
  5957. CMD_SPKHOME = switch left front and switch right rear and key right front and easy up1 # go to current (most recent) speech position
  5958. CMD_TUNES = switch left front and switch right rear and key right front and easy down1 # toggle alert tunes on/off
  5959. CMD_RESTARTSPEECH = switch left front and switch right rear and key right front and easy up2 # reinitialize speech driver
  5960. CMD_SWSIM_BQ = switch left front and switch right rear and key right front and easy down2 # 
  5961. CMD_SKPIDLNS = switch left front and switch right rear and key right front and easy left1 # toggle skipping of lines with identical content on/off
  5962. CMD_SKPBLNKWINS = switch left front and switch right rear and key right front and easy right1 # toggle skipping of blank windows on/off
  5963. CMD_SLIDEWIN = switch left front and switch right rear and key right front and easy right2 # toggle sliding window on/off
  5964. BLK_ROUTE = switch left front and switch right rear and routing1 # bring cursor to character
  5965. BLK_PRINDENT = switch left front and switch right rear and easy up1 and routing1 # go up to nearest line without greater indent
  5966. BLK_NXINDENT = switch left front and switch right rear and easy down1 and routing1 # go down to nearest line without greater indent
  5967. BLK_SETLEFT = switch left front and switch right rear and easy up2 and routing1 # position left end of window at character
  5968. BLK_DESCCHAR = switch left front and switch right rear and easy down2 and routing1 # describe character
  5969. BLK_CUTAPPEND = switch left front and switch right rear and easy left1 and routing1 # append to existing cut buffer from character
  5970. BLK_CUTLINE = switch left front and switch right rear and easy right1 and routing1 # linear cut to character
  5971. BLK_CUTBEGIN = switch left front and switch right rear and easy left2 and routing1 # start new cut buffer at character
  5972. BLK_CUTRECT = switch left front and switch right rear and easy right2 and routing1 # rectangular cut to character
  5973. BLK_DESCCHAR = switch left front and switch right rear and routing2 # describe character
  5974. CMD_BACK = switch left front and switch right front and key left rear # go back (undo unexpected cursor tracking motion)
  5975. CMD_HOME = switch left front and switch right front and key left front # go to cursor
  5976. CMD_HELP = switch left front and switch right front and key right rear # enter/leave help display
  5977. CMD_LEARN = switch left front and switch right front and key right front # enter/leave command learn mode
  5978. CMD_SIXDOTS = switch left front and switch right front and key left rear and easy up1 # toggle text style 6-dot/8-dot
  5979. CMD_PASTE = switch left front and switch right front and key left rear and easy down1 # insert cut buffer at cursor
  5980. CMD_CAPBLINK = switch left front and switch right front and key left rear and easy up2 # toggle capital letter blinking on/off
  5981. CMD_CSRJMP_VERT = switch left front and switch right front and key left rear and easy down2 # bring cursor to line (no horizontal motion)
  5982. CMD_DISPMD = switch left front and switch right front and key left rear and easy left1 # toggle display mode attributes/text
  5983. CMD_CSRTRK = switch left front and switch right front and key left rear and easy right1 # toggle cursor tracking on/off
  5984. CMD_ATTRVIS = switch left front and switch right front and key left rear and easy left2 # toggle attribute underlining on/off
  5985. CMD_CSRVIS = switch left front and switch right front and key left rear and easy right2 # toggle cursor visibility on/off
  5986. CMD_AUTOSPEAK = switch left front and switch right front and key left front and easy up1 # toggle autospeak on/off
  5987. CMD_AUTOREPEAT = switch left front and switch right front and key left front and easy down1 # toggle autorepeat on/off
  5988. CMD_RESTARTBRL = switch left front and switch right front and key left front and easy up2 # reinitialize braille driver
  5989. CMD_FREEZE = switch left front and switch right front and key left front and easy down2 # toggle screen mode frozen/live
  5990. CMD_INFO = switch left front and switch right front and key left front and easy left1 # enter/leave status display
  5991. CMD_PREFMENU = switch left front and switch right front and key left front and easy right1 # enter/leave preferences menu
  5992. CMD_PREFLOAD = switch left front and switch right front and key left front and easy left2 # restore saved preferences
  5993. CMD_PREFSAVE = switch left front and switch right front and key left front and easy right2 # save current preferences
  5994. CMD_SAY_ABOVE = switch left front and switch right front and key right rear and easy up1 # speak from top of screen through current line
  5995. CMD_SAY_BELOW = switch left front and switch right front and key right rear and easy down1 # speak from current line through bottom of screen
  5996. CMD_SAY_LOUDER = switch left front and switch right front and key right rear and easy up2 # increase speech volume
  5997. CMD_SAY_SOFTER = switch left front and switch right front and key right rear and easy down2 # decrease speech volume
  5998. CMD_MUTE = switch left front and switch right front and key right rear and easy left1 # stop speaking immediately
  5999. CMD_SAY_LINE = switch left front and switch right front and key right rear and easy right1 # speak current line
  6000. CMD_SAY_SLOWER = switch left front and switch right front and key right rear and easy left2 # decrease speech rate
  6001. CMD_SAY_FASTER = switch left front and switch right front and key right rear and easy right2 # increase speech rate
  6002. CMD_SPKHOME = switch left front and switch right front and key right front and easy up1 # go to current (most recent) speech position
  6003. CMD_TUNES = switch left front and switch right front and key right front and easy down1 # toggle alert tunes on/off
  6004. CMD_RESTARTSPEECH = switch left front and switch right front and key right front and easy up2 # reinitialize speech driver
  6005. CMD_SWSIM_BQ = switch left front and switch right front and key right front and easy down2 # 
  6006. CMD_SKPIDLNS = switch left front and switch right front and key right front and easy left1 # toggle skipping of lines with identical content on/off
  6007. CMD_SKPBLNKWINS = switch left front and switch right front and key right front and easy right1 # toggle skipping of blank windows on/off
  6008. CMD_SLIDEWIN = switch left front and switch right front and key right front and easy right2 # toggle sliding window on/off
  6009. BLK_ROUTE = switch left front and switch right front and routing1 # bring cursor to character
  6010. BLK_PRINDENT = switch left front and switch right front and easy up1 and routing1 # go up to nearest line without greater indent
  6011. BLK_NXINDENT = switch left front and switch right front and easy down1 and routing1 # go down to nearest line without greater indent
  6012. BLK_SETLEFT = switch left front and switch right front and easy up2 and routing1 # position left end of window at character
  6013. BLK_DESCCHAR = switch left front and switch right front and easy down2 and routing1 # describe character
  6014. BLK_CUTAPPEND = switch left front and switch right front and easy left1 and routing1 # append to existing cut buffer from character
  6015. BLK_CUTLINE = switch left front and switch right front and easy right1 and routing1 # linear cut to character
  6016. BLK_CUTBEGIN = switch left front and switch right front and easy left2 and routing1 # start new cut buffer at character
  6017. BLK_CUTRECT = switch left front and switch right front and easy right2 and routing1 # rectangular cut to character
  6018. BLK_DESCCHAR = switch left front and switch right front and routing2 # describe character
  6019. CMD_SWSIM_LC = key left front and key right front and easy up1 # 
  6020. CMD_SWSIM_RC = key left front and key right front and easy down1 # 
  6021. CMD_SWSIM_BQ = key left front and key right front and easy up2 # 
  6022. CMD_SWSIM_BC = key left front and key right front and easy down2 # 
  6023. CMD_SWSIM_LR = key left front and key right front and easy left1 # 
  6024. CMD_SWSIM_RR = key left front and key right front and easy right1 # 
  6025. CMD_SWSIM_LF = key left front and key right front and easy left2 # 
  6026. CMD_SWSIM_RF = key left front and key right front and easy right2 # 
  6027. CMD_SWSIM_LC = switch right rear and key left front and key right front and easy up1 # 
  6028. CMD_SWSIM_RC = switch right rear and key left front and key right front and easy down1 # 
  6029. CMD_SWSIM_BQ = switch right rear and key left front and key right front and easy up2 # 
  6030. CMD_SWSIM_BC = switch right rear and key left front and key right front and easy down2 # 
  6031. CMD_SWSIM_LR = switch right rear and key left front and key right front and easy left1 # 
  6032. CMD_SWSIM_RR = switch right rear and key left front and key right front and easy right1 # 
  6033. CMD_SWSIM_LF = switch right rear and key left front and key right front and easy left2 # 
  6034. CMD_SWSIM_RF = switch right rear and key left front and key right front and easy right2 # 
  6035. CMD_SWSIM_LC = switch right front and key left front and key right front and easy up1 # 
  6036. CMD_SWSIM_RC = switch right front and key left front and key right front and easy down1 # 
  6037. CMD_SWSIM_BQ = switch right front and key left front and key right front and easy up2 # 
  6038. CMD_SWSIM_BC = switch right front and key left front and key right front and easy down2 # 
  6039. CMD_SWSIM_LR = switch right front and key left front and key right front and easy left1 # 
  6040. CMD_SWSIM_RR = switch right front and key left front and key right front and easy right1 # 
  6041. CMD_SWSIM_LF = switch right front and key left front and key right front and easy left2 # 
  6042. CMD_SWSIM_RF = switch right front and key left front and key right front and easy right2 # 
  6043. CMD_SWSIM_LC = switch left rear and key left front and key right front and easy up1 # 
  6044. CMD_SWSIM_RC = switch left rear and key left front and key right front and easy down1 # 
  6045. CMD_SWSIM_BQ = switch left rear and key left front and key right front and easy up2 # 
  6046. CMD_SWSIM_BC = switch left rear and key left front and key right front and easy down2 # 
  6047. CMD_SWSIM_LR = switch left rear and key left front and key right front and easy left1 # 
  6048. CMD_SWSIM_RR = switch left rear and key left front and key right front and easy right1 # 
  6049. CMD_SWSIM_LF = switch left rear and key left front and key right front and easy left2 # 
  6050. CMD_SWSIM_RF = switch left rear and key left front and key right front and easy right2 # 
  6051. CMD_SWSIM_LC = switch left rear and switch right rear and key left front and key right front and easy up1 # 
  6052. CMD_SWSIM_RC = switch left rear and switch right rear and key left front and key right front and easy down1 # 
  6053. CMD_SWSIM_BQ = switch left rear and switch right rear and key left front and key right front and easy up2 # 
  6054. CMD_SWSIM_BC = switch left rear and switch right rear and key left front and key right front and easy down2 # 
  6055. CMD_SWSIM_LR = switch left rear and switch right rear and key left front and key right front and easy left1 # 
  6056. CMD_SWSIM_RR = switch left rear and switch right rear and key left front and key right front and easy right1 # 
  6057. CMD_SWSIM_LF = switch left rear and switch right rear and key left front and key right front and easy left2 # 
  6058. CMD_SWSIM_RF = switch left rear and switch right rear and key left front and key right front and easy right2 # 
  6059. CMD_SWSIM_LC = switch left rear and switch right front and key left front and key right front and easy up1 # 
  6060. CMD_SWSIM_RC = switch left rear and switch right front and key left front and key right front and easy down1 # 
  6061. CMD_SWSIM_BQ = switch left rear and switch right front and key left front and key right front and easy up2 # 
  6062. CMD_SWSIM_BC = switch left rear and switch right front and key left front and key right front and easy down2 # 
  6063. CMD_SWSIM_LR = switch left rear and switch right front and key left front and key right front and easy left1 # 
  6064. CMD_SWSIM_RR = switch left rear and switch right front and key left front and key right front and easy right1 # 
  6065. CMD_SWSIM_LF = switch left rear and switch right front and key left front and key right front and easy left2 # 
  6066. CMD_SWSIM_RF = switch left rear and switch right front and key left front and key right front and easy right2 # 
  6067. CMD_SWSIM_LC = switch left front and key left front and key right front and easy up1 # 
  6068. CMD_SWSIM_RC = switch left front and key left front and key right front and easy down1 # 
  6069. CMD_SWSIM_BQ = switch left front and key left front and key right front and easy up2 # 
  6070. CMD_SWSIM_BC = switch left front and key left front and key right front and easy down2 # 
  6071. CMD_SWSIM_LR = switch left front and key left front and key right front and easy left1 # 
  6072. CMD_SWSIM_RR = switch left front and key left front and key right front and easy right1 # 
  6073. CMD_SWSIM_LF = switch left front and key left front and key right front and easy left2 # 
  6074. CMD_SWSIM_RF = switch left front and key left front and key right front and easy right2 # 
  6075. CMD_SWSIM_LC = switch left front and switch right rear and key left front and key right front and easy up1 # 
  6076. CMD_SWSIM_RC = switch left front and switch right rear and key left front and key right front and easy down1 # 
  6077. CMD_SWSIM_BQ = switch left front and switch right rear and key left front and key right front and easy up2 # 
  6078. CMD_SWSIM_BC = switch left front and switch right rear and key left front and key right front and easy down2 # 
  6079. CMD_SWSIM_LR = switch left front and switch right rear and key left front and key right front and easy left1 # 
  6080. CMD_SWSIM_RR = switch left front and switch right rear and key left front and key right front and easy right1 # 
  6081. CMD_SWSIM_LF = switch left front and switch right rear and key left front and key right front and easy left2 # 
  6082. CMD_SWSIM_RF = switch left front and switch right rear and key left front and key right front and easy right2 # 
  6083. CMD_SWSIM_LC = switch left front and switch right front and key left front and key right front and easy up1 # 
  6084. CMD_SWSIM_RC = switch left front and switch right front and key left front and key right front and easy down1 # 
  6085. CMD_SWSIM_BQ = switch left front and switch right front and key left front and key right front and easy up2 # 
  6086. CMD_SWSIM_BC = switch left front and switch right front and key left front and key right front and easy down2 # 
  6087. CMD_SWSIM_LR = switch left front and switch right front and key left front and key right front and easy left1 # 
  6088. CMD_SWSIM_RR = switch left front and switch right front and key left front and key right front and easy right1 # 
  6089. CMD_SWSIM_LF = switch left front and switch right front and key left front and key right front and easy left2 # 
  6090. CMD_SWSIM_RF = switch left front and switch right front and key left front and key right front and easy right2 # 
  6091.